new webpack.config.ts

This commit is contained in:
2026-03-04 22:46:21 -06:00
parent 5c8322af85
commit a798641848
18 changed files with 2767 additions and 6692 deletions

View File

@@ -6,7 +6,10 @@
"dom.iterable",
"esnext"
],
"types": ["three"],
"types": [
"webpack/module",
"./src/index.d.ts"
],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,