I want to use the buildDefaultPath
method usually available in '@schematics/angular/utility/project'
to write an Angular schematics.
I installed the package with npm i @schematics/angular
and tried to import it like this: import { buildDefaultPath } from '@schematics/angular/utility/project';
.
However, I get "Could not find a declaration file for module '@schematics/angular/utility/project'."