Skip to content

Commit db3840b

Browse files
committed
chore: disable unchecked side effect imports
1 parent 263097c commit db3840b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/starter-next-js/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"jsx": "react-jsx",
1616
"incremental": true,
1717
"noUncheckedIndexedAccess": true,
18+
"noUncheckedSideEffectImports": false,
1819
"plugins": [
1920
{
2021
"name": "next"

0 commit comments

Comments
 (0)