2023-07-12 13:42:39 +02:00
|
|
|
{
|
|
|
|
"tasksRunnerOptions": {
|
|
|
|
"default": {
|
|
|
|
"runner": "nx/tasks-runners/default",
|
|
|
|
"options": {
|
|
|
|
"cacheableOperations": [
|
2023-09-18 15:11:45 +02:00
|
|
|
"build",
|
2023-07-12 13:42:39 +02:00
|
|
|
"build:ts",
|
|
|
|
"lint",
|
|
|
|
"test",
|
|
|
|
"test:unit"
|
2023-07-13 11:03:29 +02:00
|
|
|
],
|
|
|
|
"cacheDirectory": ".nxcache"
|
2023-07-12 13:42:39 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"namedInputs": {
|
|
|
|
"default": [
|
2023-07-21 13:34:47 +02:00
|
|
|
"{projectRoot}/**/*",
|
|
|
|
"{workspaceRoot}/ghost/tsconfig.json"
|
2023-07-12 13:42:39 +02:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"targetDefaults": {
|
|
|
|
"build:ts": {
|
|
|
|
"dependsOn": [
|
|
|
|
"^build:ts"
|
|
|
|
],
|
|
|
|
"inputs": [
|
|
|
|
"default",
|
|
|
|
"^default"
|
|
|
|
],
|
|
|
|
"outputs": [
|
|
|
|
"{projectRoot}/build"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"$schema": "./node_modules/nx/schemas/nx-schema.json"
|
|
|
|
}
|