Skip to content

Commit 76b0fcd

Browse files
committed
chore: remove redundant strict tsconfig flags
1 parent cea396e commit 76b0fcd

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,9 @@
1111
"@@/*": ["./src/.umi/*"],
1212
"@rc-component/input-number": ["./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
},
23-
"include": [
24-
"global.d.ts",
25-
".fatherrc.ts",
26-
".dumirc.ts",
27-
"**/*.ts",
28-
"**/*.tsx"
29-
],
17+
"include": ["global.d.ts", ".fatherrc.ts", ".dumirc.ts", "**/*.ts", "**/*.tsx"],
3018
"exclude": ["node_modules", "lib", "es", "dist", "docs-dist", ".dumi/tmp"]
3119
}

0 commit comments

Comments
 (0)