Skip to content

Commit 071aee5

Browse files
committed
chore: remove react type compatibility shim
1 parent 265bac9 commit 071aee5

2 files changed

Lines changed: 1 addition & 22 deletions

File tree

react-compat.d.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

tsconfig.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,7 @@
1818
"noImplicitThis": false,
1919
"strictBindCallApply": false
2020
},
21-
"include": [
22-
"react-compat.d.ts",
23-
"global.d.ts",
24-
".fatherrc.ts",
25-
"./src",
26-
"./tests",
27-
"./typings/"
28-
],
21+
"include": ["global.d.ts", ".fatherrc.ts", "./src", "./tests", "./typings/"],
2922
"typings": "./typings/index.d.ts",
3023
"exclude": [
3124
"node_modules",

0 commit comments

Comments
 (0)