Build fixes
This commit is contained in:
parent
70d97c1342
commit
04ecef98da
9 changed files with 52 additions and 45 deletions
|
|
@ -2,7 +2,8 @@
|
|||
"extends": "tsconfig-link",
|
||||
"compilerOptions": {
|
||||
"outDir": "build/main",
|
||||
"esModuleInterop": true
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": ["**/*.ts", "**/.*.ts"],
|
||||
"exclude": ["node_modules", "build"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue