template中一个疏漏

This commit is contained in:
Xu Chang 2025-11-28 10:43:10 +08:00
parent 49b46c44a9
commit 4140595e0e
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ export function tsConfigPathsJsonContent(deps: string[]) {
compilerOptions: {
baseUrl: "./",
paths,
typeRoots: ["./typings"]
typeRoots: ["./typings", "node_modules/@types"]
}
}, null, '\t');
}