angular-react/nx.json

33 строки
559 B
JSON

{
"npmScope": "angular-react",
"projects": {
"docs": {
"root": "./apps/docs",
"tags": []
},
"demo": {
"root": "./apps/demo",
"tags": []
},
"core": {
"root": "./libs/core",
"tags": []
},
"fabric": {
"root": "./libs/fabric",
"tags": []
},
"semantic-ui": {
"root": "./libs/semantic-ui",
"tags": []
}
},
"implicitDependencies": {
"angular.json": "*",
"package.json": "*",
"tsconfig.json": "*",
"tslint.json": "*",
"nx.json": "*"
}
}