Skip to content

Commit a3b6ef3

Browse files
committed
chore: remove redundant strict tsconfig flags
1 parent 97d73a2 commit a3b6ef3

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/image": ["./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": ["global.d.ts", ".dumirc.ts", ".fatherrc.ts", "docs", "src", "tests", "typings.d.ts"]

0 commit comments

Comments
 (0)