Skip to content

Commit d0fa4cc

Browse files
committed
chore: remove redundant strict tsconfig flags
1 parent c13870d commit d0fa4cc

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
@@ -11,13 +11,7 @@
1111
"@@/*": ["./.dumi/tmp/*"],
1212
"@rc-component/pagination": ["./src/index.ts"]
1313
},
14-
"noImplicitAny": false,
15-
"strictNullChecks": false,
16-
"strictPropertyInitialization": false,
17-
"strictFunctionTypes": false,
1814
"strict": false,
19-
"noImplicitThis": false,
20-
"strictBindCallApply": false,
2115
"module": "ESNext"
2216
},
2317
"include": [

0 commit comments

Comments
 (0)