From 6ba08da229571bfe206059430e6a4a08a47eec58 Mon Sep 17 00:00:00 2001 From: wintsa Date: Sun, 22 Feb 2026 23:47:44 +0800 Subject: [PATCH] fix --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 3bc830d..69ec1ca 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,6 +13,7 @@ "paths": { "@/*": ["./src/*"] }, - "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"] + "types": ["@types/node", "@types/bun"] // 新增 @types/bun + } }