Skip to content

Instantly share code, notes, and snippets.

@gandra
Created February 10, 2017 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gandra/c02d39243647481a9e3da6d8fc324231 to your computer and use it in GitHub Desktop.
Save gandra/c02d39243647481a9e3da6d8fc324231 to your computer and use it in GitHub Desktop.
{
"project": {
"version": "1.0.0-beta.25.5",
"name": "kibernum-dnc-client"
},
"apps": [
{
"root": "src",
"outDir": "dist",
"assets": [
"assets",
"assets/images/favicon.ico",
"assets/.htaccess"
],
"index": "index.html",
"main": "main.ts",
"test": "test.ts",
"tsconfig": "tsconfig.json",
"prefix": "app",
"mobile": false,
"styles": [
"styles.scss"
],
"scripts": [],
"environments": {
"source": "environments/environment.ts",
"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": "scss",
"prefixInterfaces": false,
"inline": {
"style": false,
"template": false
},
"spec": {
"class": false,
"component": true,
"directive": true,
"module": false,
"pipe": true,
"service": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment