Skip to content

Commit b4589f1

Browse files
committed
chore: update tsconfig to include moduleDetection and isolatedModules options
1 parent c639ce1 commit b4589f1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/@straw-hat/tsconfig/lib/base.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
"noImplicitOverride": true,
2828
"lib": ["ESNext"],
2929
"noUncheckedIndexedAccess": true,
30-
"allowImportingTsExtensions": true
30+
"allowImportingTsExtensions": true,
31+
"moduleDetection": "force",
32+
"isolatedModules": true
3133
}
3234
}

0 commit comments

Comments
 (0)