Skip to content

Commit 05cc002

Browse files
committed
chore: enable strict type checking
1 parent 2cadd13 commit 05cc002

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
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"target": "esnext",
44
"moduleResolution": "bundler",
5-
"strict": false,
5+
"strict": true,
66
"jsx": "preserve",
77
"declaration": true,
88
"skipLibCheck": true,
@@ -12,12 +12,6 @@
1212
"@@/*": ["./.dumi/tmp/*"],
1313
"@rc-component/checkbox": ["./src/index.tsx"]
1414
},
15-
"noImplicitAny": false,
16-
"strictNullChecks": false,
17-
"strictPropertyInitialization": false,
18-
"strictFunctionTypes": false,
19-
"noImplicitThis": false,
20-
"strictBindCallApply": false,
2115
"module": "ESNext"
2216
},
2317
"include": ["global.d.ts", ".fatherrc.ts", ".dumirc.ts", "**/*.ts", "**/*.tsx"]

0 commit comments

Comments
 (0)