R
"architect"
: {
"build": {
"builder": "@angular-devkit/build-angular:browser"@angular-devkit/build-angular:browser",
"options": {
"outputPath": "../js/js_app",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": false,
"assets": [
"src/favicon.ico",
"src/assets"],
"styles": [
"src/styles.scss"],
"scripts": []
},....
"defaultProject"
: "angular",
"schematics": {
"@schematics/angular:component"@schematics/angular:component": {
"styleext": "css"}
}




