diff --git a/tsconfig.json b/tsconfig.json index ace9988..7d4c13a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,7 @@ "outDir": "./dist", "baseUrl": "./", "incremental": true, + "forceConsistentCasingInFileNames": true, "skipLibCheck": true } }