diff --git a/static/js/tsconfig.json b/static/js/tsconfig.json index fd9e9b0c40..247b687b8c 100644 --- a/static/js/tsconfig.json +++ b/static/js/tsconfig.json @@ -10,11 +10,15 @@ "noEmit": true, "target": "es5", "module": "es6", + "esModuleInterop": true, + "moduleResolution": "node", "sourceMap": true, /* Strict type-checking */ "strict": true, "strictNullChecks": false, + "forceConsistentCasingInFileNames": true, + "isolatedModules": true, /* Additional checks */ "noUnusedLocals": true,