Skip to content

Commit

Permalink
fix: isolatedModules=false for frame bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Dec 30, 2018
1 parent 5b2c4ac commit a6d467b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion editor/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"types": ["monaco-editor"],
"lib": ["scripthost", "es2015", "dom"],
"rootDir": ".",
"moduleResolution": "node"
"moduleResolution": "node",
"isolatedModules": false
},
"extends": "../tsconfig.json",
"include": ["index.ts", "./**/*.ts"]
Expand Down

0 comments on commit a6d467b

Please sign in to comment.