Skip to content

Commit

Permalink
increase strictness for ejectability
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Nov 17, 2024
1 parent 372e5ef commit dbd7160
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/vike-react-chakra/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"jsx": "react",
"outDir": "./dist/",
"skipLibCheck": true,
"types": ["vike-react"],
// Strictness
"strict": true,
"types": ["vike-react"]
"noUncheckedIndexedAccess": true,
"noImplicitAny": true
}
}

0 comments on commit dbd7160

Please sign in to comment.