Skip to content

Commit facac61

Browse files
authored
fix: disable isolatedDeclaration option (#174)
1 parent 05a7171 commit facac61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/basic.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"esModuleInterop": true,
1414
"allowSyntheticDefaultImports": true,
1515
"isolatedModules": true,
16-
"isolatedDeclarations": true,
16+
"isolatedDeclarations": false,
1717
"forceConsistentCasingInFileNames": true,
1818
"allowImportingTsExtensions": true,
1919

0 commit comments

Comments
 (0)