hyperdx/nx.json

34 lines
741 B
JSON
Raw Normal View History

2023-09-13 03:08:05 +00:00
{
"affected": {
"defaultBase": "main"
},
"workspaceLayout": {
"appsDir": "packages",
"libsDir": "packages"
},
"targetDefaults": {
"build": {
"dependsOn": ["^build"]
2023-09-13 03:08:05 +00:00
}
},
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "dev:build", "lint", "test"]
2023-09-13 03:08:05 +00:00
}
}
2025-08-18 17:16:05 +00:00
},
"namedInputs": {
"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",
"!{projectRoot}/eslint.config.mjs"
2025-08-18 17:16:05 +00:00
],
"sharedGlobals": []
2023-09-13 03:08:05 +00:00
}
}