Skip to content

Commit f5c82a0

Browse files
committed
isolatedModules: false on tsconfig - see:
microsoft/TypeScript#32294 (comment)
1 parent 7098822 commit f5c82a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.scripts.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"lib": ["es2017"],
77
"noEmit": false,
88
"outDir": ".tsbuild",
9-
"incremental": true
9+
"incremental": true,
10+
"isolatedModules": false
1011
},
1112
"include": ["./scripts"]
1213
}

0 commit comments

Comments
 (0)