From 6bedf9a0ee634fd2b1dc437c932f279083575c90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E6=BD=87?= Date: Sun, 26 Oct 2025 02:53:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20tsconfig.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 1bdfd4e..ab7ca2b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,9 @@ "extends": "@kevisual/types/json/backend.json", "compilerOptions": { "baseUrl": "./", + "typeRoots": [ + "node_modules/@types" + ], "paths": { "@/*": [ "src/*"