Skip to content

Commit d0372b7

Browse files
committed
chore: remove redundant strict tsconfig flags
1 parent f964862 commit d0372b7

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
@@ -12,13 +12,7 @@
1212
"@rc-component/motion": ["./src/index.tsx"],
1313
"rc-motion": ["./src/index.tsx"]
1414
},
15-
"noImplicitAny": false,
16-
"strictNullChecks": false,
17-
"strictPropertyInitialization": false,
18-
"strictFunctionTypes": false,
1915
"strict": false,
20-
"noImplicitThis": false,
21-
"strictBindCallApply": false,
2216
"module": "ESNext"
2317
},
2418
"include": ["global.d.ts", "src", "docs", ".dumirc.ts", ".fatherrc.ts"],

0 commit comments

Comments
 (0)