diff --git a/tsconfig.json b/tsconfig.json index d7ef062..0aebe7b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,9 @@ "strictNullChecks": false, "esModuleInterop": true, "pretty": true, - "skipLibCheck": true + "skipLibCheck": true, + "forceConsistentCasingInFileNames": true, + "importHelpers": true }, "include": [ "src/**/*"