From 49351b39d306b8ff42f40257bd90c2ed2be589d2 Mon Sep 17 00:00:00 2001 From: Toast <96593068+AnxietyisReal@users.noreply.github.com> Date: Sun, 21 May 2023 10:28:44 +1000 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 +}