Angular CLI + Angular.json
Last updated
Was this helpful?
Last updated
Was this helpful?
https://angular.io/guide/workspace-config is the official doc of this important file.
Change the compilerOptions
in the tsConfig.json
In tests :
project > test > options > "stylePreprocessorOptions": { "includePaths": ["path1", "path2"] }