58 lines
1.1 KiB
JSON
58 lines
1.1 KiB
JSON
{
|
|
"project": {
|
|
"name": "ng2-file-upload"
|
|
},
|
|
"apps": [
|
|
{
|
|
"root": "demo/src",
|
|
"outDir": "demo/dist",
|
|
"assets": [
|
|
"assets"
|
|
],
|
|
"index": "index.html",
|
|
"main": "main.ts",
|
|
"test": "../../scripts/test.ts",
|
|
"tsconfig": "tsconfig.json",
|
|
"prefix": "",
|
|
"mobile": false,
|
|
"styles": [
|
|
],
|
|
"scripts": [
|
|
],
|
|
"environmentSource": "environments/environment.ts",
|
|
"environments": {
|
|
"dev": "environments/environment.ts",
|
|
"prod": "environments/environment.prod.ts"
|
|
}
|
|
}
|
|
],
|
|
"addons": [],
|
|
"packages": [],
|
|
"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
|
|
}
|
|
}
|
|
}
|