nested-forms/nx.json

25 lines
378 B
JSON
Raw Normal View History

2019-08-20 00:52:30 +00:00
{
"npmScope": "nested-forms",
"implicitDependencies": {
"angular.json": "*",
"package.json": "*",
"tsconfig.json": "*",
"tslint.json": "*",
"nx.json": "*"
},
2019-08-20 01:27:15 +00:00
"projects": {
"contact": {
2019-08-20 01:27:15 +00:00
"tags": []
2019-08-20 02:28:58 +00:00
},
"parent-form": {
"tags": []
2019-09-02 19:23:01 +00:00
},
"global-form": {
"tags": []
},
"baseline": {
"tags": []
2019-08-20 01:27:15 +00:00
}
}
2019-08-20 00:52:30 +00:00
}