diff --git a/tsconfig.json b/tsconfig.json index dcf3bd3..83f5d84 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,8 +4,8 @@ "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, - "strict": false, - "forceConsistentCasingInFileNames": true, + "strict": true, + "forceConsistentCasingInFileNames": false, "noEmit": true, "esModuleInterop": true, "module": "esnext",