Skip to content

Instantly share code, notes, and snippets.

@Stronhold
Created February 17, 2019 16:46
Show Gist options
  • Save Stronhold/c6e506988e05763d4d6a547953cd31c3 to your computer and use it in GitHub Desktop.
Save Stronhold/c6e506988e05763d4d6a547953cd31c3 to your computer and use it in GitHub Desktop.
{
"npmScope": "ngconf",
"implicitDependencies": {
"angular.json": "*",
"package.json": "*",
"tsconfig.json": "*",
"tslint.json": "*",
"nx.json": "*"
},
"projects": {
"web-app": {
"tags": []
},
"web-app-e2e": {
"tags": []
},
"web-app-home-core": {
"tags": [
"scope:home",
"type:core"
]
},
"web-app-home-user-interface": {
"tags": [
"scope:home",
"type:user-interface"
]
},
"web-app-home-routes": {
"tags": [
"scope:home",
"type:routes"
]
},
"web-app-workshops-core": {
"tags": [
"scope:workshops",
"type:core"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment