blob: 761ec958a4fa6278072802d1c6e73084f936a2e9 [file] [log] [blame]
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "projects",
"projects": {
"token-management": {
"projectType": "application",
"schematics": {
"@schematics/angular:class": {
"skipTests": true
},
"@schematics/angular:component": {
"skipTests": true
},
"@schematics/angular:directive": {
"skipTests": true
},
"@schematics/angular:guard": {
"skipTests": true
},
"@schematics/angular:interceptor": {
"skipTests": true
},
"@schematics/angular:pipe": {
"skipTests": true
},
"@schematics/angular:service": {
"skipTests": true
},
"@schematics/angular:application": {
"strict": true
}
},
"root": "",
"sourceRoot": "token-management",
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "target/classes/token-management/app",
"index": "token-management/index.html",
"main": "token-management/main.ts",
"polyfills": "token-management/polyfills.ts",
"tsConfig": "token-management/tsconfig.json",
"assets": [
"token-management/favicon.ico",
"token-management/assets"
],
"styles": [
"node_modules/bootstrap/dist/css/bootstrap.min.css",
"token-management/styles.css"
],
"scripts": [
"node_modules/jquery/dist/jquery.min.js",
"node_modules/bootstrap/dist/js/bootstrap.js"
]
},
"configurations": {
"production": {
"buildOptimizer": false,
"aot": false,
"fileReplacements": [
{
"replace": "token-management/environments/environment.ts",
"with": "token-management/environments/environment.prod.ts"
}
],
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"aot": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
}
},
"defaultConfiguration": "production"
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "token-management:build:production"
},
"development": {
"browserTarget": "token-management:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "token-management:build"
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"token-management/**/*.ts",
"token-management/**/*.html"
]
}
}
}
}
},
"defaultProject": "token-management",
"cli": {
"schematicCollections": [
"@angular-eslint/schematics",
"@angular-eslint/schematics"
]
}
}