From da8a0be61292397125794ac8b04d25f913472150 Mon Sep 17 00:00:00 2001 From: haishan <710328466@qq.com> Date: Mon, 3 Jun 2024 09:57:44 +0800 Subject: [PATCH] =?UTF-8?q?fix(tsconfig):=20=E4=BF=AE=E6=94=B9=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/hooks/es/useSocket/index.d.ts | 1 + packages/hooks/lib/useSocket/index.d.ts | 1 + tsconfig.json | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/hooks/es/useSocket/index.d.ts b/packages/hooks/es/useSocket/index.d.ts index e69de29..cb0ff5c 100644 --- a/packages/hooks/es/useSocket/index.d.ts +++ b/packages/hooks/es/useSocket/index.d.ts @@ -0,0 +1 @@ +export {}; diff --git a/packages/hooks/lib/useSocket/index.d.ts b/packages/hooks/lib/useSocket/index.d.ts index e69de29..cb0ff5c 100644 --- a/packages/hooks/lib/useSocket/index.d.ts +++ b/packages/hooks/lib/useSocket/index.d.ts @@ -0,0 +1 @@ +export {}; diff --git a/tsconfig.json b/tsconfig.json index ca6e806..5070550 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,7 +20,7 @@ "noUnusedParameters": true, "noUnusedLocals": true, "noImplicitAny": true, - "module": "esnext", + "module": "NodeNext", "moduleResolution": "NodeNext", "isolatedModules": false, "target": "es6",