Skip to content

Instantly share code, notes, and snippets.

@buildmotion
Created April 3, 2018 08:04
Show Gist options
  • Save buildmotion/6c998f8c535d01c79aca8cfb700b890e to your computer and use it in GitHub Desktop.
Save buildmotion/6c998f8c535d01c79aca8cfb700b890e to your computer and use it in GitHub Desktop.
{
"$schema": "./node_modules/@nrwl/schematics/src/schema.json",
"project": {
"name": "buildmotion-angular-workspace",
"npmScope": "buildmotion",
"latestMigration": "20180313-add-tags"
},
"e2e": {
"protractor": {
"config": "./protractor.conf.js"
}
},
"lint": [
{
"project": "./tsconfig.spec.json",
"exclude": "**/node_modules/**"
},
{
"project": "apps/angularlicious-web/src/tsconfig.app.json",
"exclude": "**/node_modules/**"
},
{
"project": "apps/angularlicious-web/e2e/tsconfig.e2e.json",
"exclude": "**/node_modules/**"
}
],
"test": {
"karma": {
"config": "./karma.conf.js"
}
},
"apps": [
{
"name": "angularlicious-web",
"root": "apps/angularlicious-web/src",
"outDir": "dist/apps/angularlicious-web",
"assets": [
"assets",
"favicon.ico"
],
"index": "index.html",
"main": "main.ts",
"polyfills": "polyfills.ts",
"test": "../../../test.js",
"tsconfig": "tsconfig.app.json",
"testTsconfig": "../../../tsconfig.spec.json",
"prefix": "app",
"styles": [
"styles.css"
],
"scripts": [],
"environmentSource": "environments/environment.ts",
"environments": {
"dev": "environments/environment.ts",
"prod": "environments/environment.prod.ts"
},
"tags": []
},
{
"name": "$workspaceRoot",
"root": ".",
"appRoot": ""
}
],
"defaults": {
"schematics": {
"collection": "@nrwl/schematics"
},
"styleExt": "css",
"component": {}
},
"warnings": {
"typescriptMismatch": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment