fix(web): correct type errors, improve build

(cherry picked from commit 4db3edadf4)
This commit is contained in:
vemoo 2025-08-30 22:51:41 +02:00 committed by ObserverOfTime
parent 59f3cb91c2
commit bb82b94ded
10 changed files with 1132 additions and 428 deletions

View file

@ -25,11 +25,14 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"composite": true,
"isolatedModules": true,
},
"include": [
"src/**/*",
"script/**/*",
"test/**/*",
"src/*.ts",
"script/*",
"test/*",
"lib/*.ts"
],
"exclude": [
"node_modules",