fix(web): correct type errors, improve build
(cherry picked from commit 4db3edadf4)
This commit is contained in:
parent
59f3cb91c2
commit
bb82b94ded
10 changed files with 1132 additions and 428 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue