Files
NativeScript/nx.json
Nathan Walker 8e55627d91 chore: polish
2020-07-16 11:07:16 -07:00

56 lines
1.0 KiB
JSON

{
"npmScope": "nativescript",
"workspaceLayout": {
"appsDir": "packages",
"libsDir": "packages"
},
"implicitDependencies": {
"workspace.json": "*",
"package.json": {
"dependencies": "*",
"devDependencies": "*"
},
"tsconfig.json": "*",
"tslint.json": "*",
"nx.json": "*"
},
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/nx-cloud",
"options": {
"accessToken": "ODFhN2M3NTgtYjU3OC00MzUzLWFkN2MtNWE4NGJmNjFkMjhlfHJlYWQtd3JpdGU=",
"cacheableOperations": ["build", "test", "lint", "e2e"]
}
}
},
"projects": {
"core-e2e-automated": {
"tags": []
},
"core-e2e-playground": {
"tags": []
},
"core-e2e-ui": {
"tags": []
},
"core": {
"tags": []
},
"tns-core-modules-compat": {
"tags": []
},
"types-ios": {
"tags": []
},
"types-android": {
"tags": []
},
"ui-mobile-base": {
"tags": []
},
"webpack": {
"tags": []
}
}
}