60 lines
1.1 KiB
JSON
60 lines
1.1 KiB
JSON
|
{
|
||
|
"project": {
|
||
|
"version": "1.0.0-beta.26",
|
||
|
"name": "site"
|
||
|
},
|
||
|
"apps": [
|
||
|
{
|
||
|
"root": "src",
|
||
|
"outDir": "dist",
|
||
|
"assets": [
|
||
|
"assets",
|
||
|
"favicon.ico"
|
||
|
],
|
||
|
"index": "index.html",
|
||
|
"main": "main.ts",
|
||
|
"polyfills": "polyfills.ts",
|
||
|
"test": "test.ts",
|
||
|
"tsconfig": "tsconfig.json",
|
||
|
"prefix": "app",
|
||
|
"styles": [
|
||
|
"styles.scss"
|
||
|
],
|
||
|
"scripts": [
|
||
|
|
||
|
],
|
||
|
"environments": {
|
||
|
"source": "environments/environment.ts",
|
||
|
"dev": "environments/environment.ts",
|
||
|
"prod": "environments/environment.prod.ts"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"e2e": {
|
||
|
"protractor": {
|
||
|
"config": "./protractor.conf.js"
|
||
|
}
|
||
|
},
|
||
|
"test": {
|
||
|
"karma": {
|
||
|
"config": "./karma.conf.js"
|
||
|
}
|
||
|
},
|
||
|
"defaults": {
|
||
|
"styleExt": "css",
|
||
|
"prefixInterfaces": false,
|
||
|
"inline": {
|
||
|
"style": false,
|
||
|
"template": false
|
||
|
},
|
||
|
"spec": {
|
||
|
"class": false,
|
||
|
"component": true,
|
||
|
"directive": true,
|
||
|
"module": false,
|
||
|
"pipe": true,
|
||
|
"service": true
|
||
|
}
|
||
|
}
|
||
|
}
|