Skip to content

Commit 35597e8

Browse files
committed
Adding the isolatedModules setting.
1 parent d6b6a98 commit 35597e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"noImplicitReturns": true,
1111
"noFallthroughCasesInSwitch": true,
1212
"skipLibCheck": true,
13+
"isolatedModules": true,
1314
"sourceMap": true,
1415
"declaration": false,
1516
"downlevelIteration": true,

0 commit comments

Comments
 (0)