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'); }