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