diff --git a/hwe/ts/@types/types__react/index.d.ts b/hwe/ts/@types/types__react/index.d.ts new file mode 100644 index 00000000..693da49f --- /dev/null +++ b/hwe/ts/@types/types__react/index.d.ts @@ -0,0 +1 @@ +export {} \ No newline at end of file diff --git a/package.json b/package.json index 79e82294..5fa1576b 100644 --- a/package.json +++ b/package.json @@ -64,6 +64,7 @@ "@types/jquery": "^3.5.11", "@types/lodash": "^4.14.178", "@types/node": "^17.0.4", + "@types/react": "file:hwe/ts/@types/types__react", "@typescript-eslint/eslint-plugin": "^5.8.0", "@typescript-eslint/parser": "^5.8.0", "@vue/compiler-sfc": "^3.2.26",