Build fixes

This commit is contained in:
Darren Clarke 2023-05-25 09:27:26 +00:00
parent 70d97c1342
commit 04ecef98da
9 changed files with 52 additions and 45 deletions

View file

@ -2,7 +2,8 @@
"extends": "tsconfig-link",
"compilerOptions": {
"outDir": "build/main",
"esModuleInterop": true
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["**/*.ts", "**/.*.ts"],
"exclude": ["node_modules", "build"]