2023-09-13 03:08:05 +00:00
|
|
|
{
|
|
|
|
|
"affected": {
|
|
|
|
|
"defaultBase": "main"
|
|
|
|
|
},
|
|
|
|
|
"workspaceLayout": {
|
|
|
|
|
"appsDir": "packages",
|
|
|
|
|
"libsDir": "packages"
|
|
|
|
|
},
|
|
|
|
|
"targetDefaults": {
|
|
|
|
|
"build": {
|
2025-12-04 23:40:59 +00:00
|
|
|
"dependsOn": ["^build"]
|
2023-09-13 03:08:05 +00:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"tasksRunnerOptions": {
|
|
|
|
|
"default": {
|
|
|
|
|
"runner": "nx/tasks-runners/default",
|
|
|
|
|
"options": {
|
2025-12-04 23:40:59 +00:00
|
|
|
"cacheableOperations": ["build", "lint", "test"]
|
2023-09-13 03:08:05 +00:00
|
|
|
}
|
|
|
|
|
}
|
2025-08-18 17:16:05 +00:00
|
|
|
},
|
|
|
|
|
"namedInputs": {
|
2025-12-04 23:40:59 +00:00
|
|
|
"default": ["{projectRoot}/**/*", "sharedGlobals"],
|
2025-08-18 17:16:05 +00:00
|
|
|
"production": [
|
|
|
|
|
"default",
|
|
|
|
|
"!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)",
|
|
|
|
|
"!{projectRoot}/tsconfig.spec.json",
|
|
|
|
|
"!{projectRoot}/jest.config.[jt]s",
|
2025-12-04 23:40:59 +00:00
|
|
|
"!{projectRoot}/eslint.config.mjs"
|
2025-08-18 17:16:05 +00:00
|
|
|
],
|
|
|
|
|
"sharedGlobals": []
|
2023-09-13 03:08:05 +00:00
|
|
|
}
|
2025-12-04 23:40:59 +00:00
|
|
|
}
|