diff --git a/tsconfig.json b/tsconfig.json index b5dba9f8..b2dbd378 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,8 @@ "extends": "rete-cli/tsconfig.json", "compilerOptions": { "target": "es5", - "downlevelIteration": true + "downlevelIteration": true, + "isolatedModules": false }, "include": ["src"] -} \ No newline at end of file +}