Skip to content

Commit 1285beb

Browse files
committed
chore: remove redundant strict tsconfig flags
1 parent 11b9486 commit 1285beb

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tsconfig.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,7 @@
1717
"./src/index.tsx"
1818
]
1919
},
20-
"noImplicitAny": false,
21-
"strictNullChecks": false,
22-
"strictPropertyInitialization": false,
23-
"strictFunctionTypes": false,
2420
"strict": false,
25-
"noImplicitThis": false,
26-
"strictBindCallApply": false,
2721
"module": "ESNext"
2822
},
2923
"include": [

0 commit comments

Comments
 (0)