We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f033016 commit b5e3d6bCopy full SHA for b5e3d6b
tsconfig.esm.base.json
@@ -7,6 +7,7 @@
7
"allowSyntheticDefaultImports": true,
8
"esModuleInterop": true,
9
"forceConsistentCasingInFileNames": true,
10
- "types": []
+ "types": [],
11
+ "isolatedModules": true
12
}
13
0 commit comments