diff --git a/tsconfig.json b/tsconfig.json index a0f5fb6..702c8c7 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"] }