Skip to content

Commit 2cadd13

Browse files
committed
chore: remove react type compatibility shim
1 parent 9089105 commit 2cadd13

2 files changed

Lines changed: 1 addition & 20 deletions

File tree

react-compat.d.ts

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

tsconfig.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,5 @@
2020
"strictBindCallApply": false,
2121
"module": "ESNext"
2222
},
23-
"include": [
24-
"react-compat.d.ts",
25-
"global.d.ts",
26-
".fatherrc.ts",
27-
".dumirc.ts",
28-
"**/*.ts",
29-
"**/*.tsx"
30-
]
23+
"include": ["global.d.ts", ".fatherrc.ts", ".dumirc.ts", "**/*.ts", "**/*.tsx"]
3124
}

0 commit comments

Comments
 (0)