From cf010e4e380de155a2779c36d1ec30d93fd837e7 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 27 Jan 2022 03:30:43 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20type=20react=EA=B0=80=20volar=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EB=AC=B8=EC=A0=9C=EB=A5=BC=20=EC=9D=BC=EC=9C=BC?= =?UTF-8?q?=ED=82=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/ts/@types/types__react/index.d.ts | 1 + package.json | 1 + 2 files changed, 2 insertions(+) create mode 100644 hwe/ts/@types/types__react/index.d.ts 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",