diff --git a/tsconfig.json b/tsconfig.json index 5f44cffe..f0f1205b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,10 +1,12 @@ { "compilerOptions": { - "target": "ES2017", - "lib": ["DOM", "ES6", "ES2017"], + "target": "ES2020", + "lib": ["DOM", "ES2020"], "types": ["foundry-vtt-types"], "esModuleInterop": true, - "moduleResolution": "node" + "moduleResolution": "node", + "forceConsistentCasingInFileNames": true, + "strict": false }, "include": ["src"] }