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 263097c commit db3840bCopy full SHA for db3840b
1 file changed
packages/starter-next-js/tsconfig.json
@@ -15,6 +15,7 @@
15
"jsx": "react-jsx",
16
"incremental": true,
17
"noUncheckedIndexedAccess": true,
18
+ "noUncheckedSideEffectImports": false,
19
"plugins": [
20
{
21
"name": "next"
0 commit comments