From 4140595e0ec1421eaa1652864aa4deb5bdcae261 Mon Sep 17 00:00:00 2001 From: Xc Date: Fri, 28 Nov 2025 10:43:10 +0800 Subject: [PATCH] =?UTF-8?q?template=E4=B8=AD=E4=B8=80=E4=B8=AA=E7=96=8F?= =?UTF-8?q?=E6=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/template.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/template.ts b/src/template.ts index fa75c07..80c6675 100644 --- a/src/template.ts +++ b/src/template.ts @@ -436,7 +436,7 @@ export function tsConfigPathsJsonContent(deps: string[]) { compilerOptions: { baseUrl: "./", paths, - typeRoots: ["./typings"] + typeRoots: ["./typings", "node_modules/@types"] } }, null, '\t'); }