Skip to content

Commit 11ff37c

Browse files
committed
chore: remove redundant strict tsconfig flags
1 parent 626b1e9 commit 11ff37c

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,7 @@
1010
"paths": {
1111
"@@/*": ["./.dumi/tmp/*"]
1212
},
13-
"noImplicitAny": false,
14-
"strictNullChecks": false,
15-
"strictPropertyInitialization": false,
16-
"strictFunctionTypes": false,
17-
"strict": false,
18-
"noImplicitThis": false,
19-
"strictBindCallApply": false
13+
"strict": false
2014
},
2115
"include": ["global.d.ts", ".fatherrc.ts", "./src", "./tests", "./typings/"],
2216
"typings": "./typings/index.d.ts",

0 commit comments

Comments
 (0)