diff --git a/tsconfig.json b/tsconfig.json index 778c4f52d2..f61be9c8b3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,8 @@ "preserveConstEnums": true, "moduleResolution": "node", "strict": true, - "strictNullChecks": true + "strictNullChecks": true, + "isolatedModules": true }, "exclude": ["./**/node_modules"] }