{ "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "version": 1, "newProjectRoot": "projects", "projects": { "epasmed": { "root": "", "sourceRoot": "src/main/webapp", "projectType": "application", "schematics": { "@schematics/angular:component": { "skipTests": true, "style": "scss" }, "@schematics/angular:directive": { "skipTests": true }, "@schematics/angular:guard": { "skipTests": true }, "@schematics/angular:pipe": { "skipTests": true }, "@schematics/angular:service": { "skipTests": true } }, "prefix": "jhi", "architect": {} } }, "defaultProject": "epasmed", "cli": { "packageManager": "npm" } }