From 623558dc78f21e9738f5d9c267e12676b9e7fc80 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Fri, 2 Jul 2021 17:46:13 +0200 Subject: [PATCH] cleanup tsconfig.json --- tsconfig.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index a0f5fb6a..702c8c7b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,12 +3,10 @@ "target": "ES2020", "lib": ["DOM", "ES2020"], "types": ["@league-of-foundry-developers/foundry-vtt-types"], - // "esModuleInterop": true, "moduleResolution": "node", - // "forceConsistentCasingInFileNames": true, + "forceConsistentCasingInFileNames": true, "strict": true, - "sourceMap": true, - "outDir": "foooo" + "sourceMap": true }, "include": ["src"] }