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 c639ce1 commit b4589f1Copy full SHA for b4589f1
1 file changed
packages/@straw-hat/tsconfig/lib/base.json
@@ -27,6 +27,8 @@
27
"noImplicitOverride": true,
28
"lib": ["ESNext"],
29
"noUncheckedIndexedAccess": true,
30
- "allowImportingTsExtensions": true
+ "allowImportingTsExtensions": true,
31
+ "moduleDetection": "force",
32
+ "isolatedModules": true
33
}
34
0 commit comments