Skip to content

Commit 5a422ca

Browse files
committed
chore: remove redundant strict tsconfig flags
1 parent 597db8d commit 5a422ca

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/tree-select": ["./src/index.tsx"]
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": ["global.d.ts", ".dumirc.ts", ".fatherrc.ts", "src", "tests", "examples"]

0 commit comments

Comments
 (0)