diff --git a/tsconfig.json b/tsconfig.json index 81a7a75..61ad81b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "composite": true, "declaration": true, "esModuleInterop": true, + "forceConsistentCasingInFileNames": true, "incremental": true, "jsx": "react", "lib": ["ES2022", "DOM"], @@ -14,6 +15,7 @@ "noUnusedLocals": true, "preserveWatchOutput": true, "resolveJsonModule": true, + "skipLibCheck": true, "outDir": "lib", "rootDir": "src", "strict": true,