mirror of
https://github.com/nick-de-bruin/obsidian-extended-file-support.git
synced 2026-07-22 05:37:54 +00:00
Fixed build
This commit is contained in:
parent
b7f81ea1a4
commit
1803a8c799
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import ExtendedFileSupport from "main";
|
||||
import { TFile } from "obsidian";
|
||||
import { ThreeJSComponent, ThreeJSView } from "src/abstractions/threejsComponent";
|
||||
import { OBJLoader } from 'three/addons/loaders/OBJLoader.js'
|
||||
import { OBJLoader } from 'three/examples/jsm/Addons.js';
|
||||
|
||||
export const VIEW_TYPE_OBJ = "extended-file-support-obj";
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
"target": "ES6",
|
||||
"allowJs": true,
|
||||
"noImplicitAny": true,
|
||||
"moduleResolution": "bundler",
|
||||
"moduleResolution": "node",
|
||||
"importHelpers": true,
|
||||
"isolatedModules": true,
|
||||
"strictNullChecks": true,
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
"ES5",
|
||||
"ES6",
|
||||
"ES7"
|
||||
]
|
||||
],
|
||||
},
|
||||
"include": [
|
||||
"**/*.ts"
|
||||
|
|
|
|||
Loading…
Reference in a new issue