template中一个疏漏
This commit is contained in:
parent
49b46c44a9
commit
4140595e0e
|
|
@ -436,7 +436,7 @@ export function tsConfigPathsJsonContent(deps: string[]) {
|
|||
compilerOptions: {
|
||||
baseUrl: "./",
|
||||
paths,
|
||||
typeRoots: ["./typings"]
|
||||
typeRoots: ["./typings", "node_modules/@types"]
|
||||
}
|
||||
}, null, '\t');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue