1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-16 20:00:59 -05:00

Update tsconfig.json

This commit is contained in:
toast-ts 2023-05-21 10:28:44 +10:00 committed by GitHub
parent ba000f45b8
commit d1036163e7

View File

@ -1,5 +1,4 @@
{
"transpileOnly": true,
"compilerOptions": {
"skipLibCheck": true,
"esModuleInterop": true,
@ -17,4 +16,4 @@
},
"include": [ "node_modules/@types", "src/" ],
"exclude": [ "node_modules", ".git", "src/config.json", "src/DB-Beta.config.json", "src/Toast-Testbot.config.json" ],
}
}