diff --git a/tsconfig.json b/tsconfig.json index b212cb7..26de21f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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" ], -} \ No newline at end of file +}