Skip to content

Commit b5e3d6b

Browse files
committed
Use isolatedModules
1 parent f033016 commit b5e3d6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.esm.base.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"allowSyntheticDefaultImports": true,
88
"esModuleInterop": true,
99
"forceConsistentCasingInFileNames": true,
10-
"types": []
10+
"types": [],
11+
"isolatedModules": true
1112
}
1213
}

0 commit comments

Comments
 (0)