Skip to content

Commit c7a1d2c

Browse files
committed
chore(tsc): add isolatedModules option
1 parent 34563ea commit c7a1d2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"allowSyntheticDefaultImports": true,
55
"esModuleInterop": true,
66
"forceConsistentCasingInFileNames": true,
7+
"isolatedModules": true,
78
"module": "Preserve",
89
"moduleResolution": "Bundler",
910
"noFallthroughCasesInSwitch": true,

0 commit comments

Comments
 (0)