62 lines
1.1 KiB
JSON
Executable file
62 lines
1.1 KiB
JSON
Executable file
{
|
|
"project": {
|
|
"name": "susper"
|
|
},
|
|
"apps": [
|
|
{
|
|
"root": "src",
|
|
"outDir": "dist",
|
|
"assets": [
|
|
"assets",
|
|
"favicon.ico",
|
|
"manifest.json"
|
|
],
|
|
"index": "index.html",
|
|
"main": "main.ts",
|
|
"test": "test.ts",
|
|
"tsconfig": "tsconfig.json",
|
|
"prefix": "app",
|
|
"serviceWorker": true,
|
|
"styles": [
|
|
"styles.css"
|
|
],
|
|
"scripts": [],
|
|
"environmentSource": "environments/environment.ts",
|
|
"environments": {
|
|
"dev": "environments/environment.ts",
|
|
"prod": "environments/environment.prod.ts"
|
|
}
|
|
}
|
|
],
|
|
"e2e": {
|
|
"protractor": {
|
|
"config": "./protractor.conf.js"
|
|
}
|
|
},
|
|
"lint": [
|
|
{
|
|
"files": "src/**/*.ts",
|
|
"project": "src/tsconfig.json"
|
|
},
|
|
{
|
|
"files": "e2e/**/*.ts",
|
|
"project": "e2e/tsconfig.json"
|
|
}
|
|
],
|
|
"test": {
|
|
"karma": {
|
|
"config": "./karma.conf.js"
|
|
}
|
|
},
|
|
"defaults": {
|
|
"styleExt": "css",
|
|
"class": {
|
|
"spec": false
|
|
},
|
|
"component": {
|
|
"spec": true,
|
|
"inlineStyle": false,
|
|
"inlineTemplate": false
|
|
}
|
|
}
|
|
}
|