Skip to content

Commit

Permalink
isolatedModules: false on tsconfig - see:
Browse files Browse the repository at this point in the history
  • Loading branch information
chibicode committed Jul 10, 2019
1 parent 7098822 commit f5c82a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.scripts.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"lib": ["es2017"],
"noEmit": false,
"outDir": ".tsbuild",
"incremental": true
"incremental": true,
"isolatedModules": false
},
"include": ["./scripts"]
}

0 comments on commit f5c82a0

Please sign in to comment.