Skip to content

Commit 1cc32ff

Browse files
committed
chore: comment out TypeScript strict options in tsconfig.json for flexibility
1 parent 29cbd21 commit 1cc32ff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/configs/tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939

4040
/* Type Checking */
4141
"strict": true,
42-
"noUncheckedIndexedAccess": true,
43-
"noImplicitOverride": true,
44-
"noFallthroughCasesInSwitch": true,
42+
// "noUncheckedIndexedAccess": true,
43+
// "noImplicitOverride": true,
44+
// "noFallthroughCasesInSwitch": true,
4545
// "noImplicitReturns": false,
4646
// "noUnusedLocals": true,
4747
// "noUnusedParameters": false,

0 commit comments

Comments
 (0)