diff --git a/tsconfig.json b/tsconfig.json index c925bb8..1b8ace3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,10 +1,11 @@ { "extends": "@tsconfig/svelte/tsconfig.json", - + "compilerOptions": { + "forceConsistentCasingInFileNames": true, + }, "include": ["src/**/*", "src/node_modules"], "exclude": ["node_modules/*", "__sapper__/*", "public/*"], - "forceConsistentCasingInFileNames": true, "noImplicitReturns": true, "strict": true, "noUnusedLocals": true,