From d072fc7d1168e91b0dced88c8873b95dd215496e Mon Sep 17 00:00:00 2001 From: liuxingyun Date: Fri, 2 Feb 2024 15:56:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20change=20tsconfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples_src/tsconfig.json | 1 + examples_src/{ => types}/global.d.ts | 0 2 files changed, 1 insertion(+) rename examples_src/{ => types}/global.d.ts (100%) diff --git a/examples_src/tsconfig.json b/examples_src/tsconfig.json index 3a9a94f5..7819effa 100644 --- a/examples_src/tsconfig.json +++ b/examples_src/tsconfig.json @@ -17,6 +17,7 @@ "jsx": "preserve", "pretty": true, "typeRoots" : ["./types"], + "types": [] }, "exclude": ["**/node_modules","**/typings"] } diff --git a/examples_src/global.d.ts b/examples_src/types/global.d.ts similarity index 100% rename from examples_src/global.d.ts rename to examples_src/types/global.d.ts