Fixed build

This commit is contained in:
Nick 2025-01-12 12:36:03 +01:00
parent b7f81ea1a4
commit 1803a8c799
2 changed files with 3 additions and 3 deletions

View file

@ -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";

View file

@ -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"