36 lines
791 B
JSON
36 lines
791 B
JSON
|
{
|
||
|
"tasksRunnerOptions": {
|
||
|
"default": {
|
||
|
"runner": "nx/tasks-runners/default",
|
||
|
"options": {
|
||
|
"cacheableOperations": [
|
||
|
"build:ts",
|
||
|
"lint",
|
||
|
"test",
|
||
|
"test:unit"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"namedInputs": {
|
||
|
"default": [
|
||
|
"{projectRoot}/**/*"
|
||
|
]
|
||
|
},
|
||
|
"targetDefaults": {
|
||
|
"build:ts": {
|
||
|
"dependsOn": [
|
||
|
"^build:ts"
|
||
|
],
|
||
|
"inputs": [
|
||
|
"default",
|
||
|
"^default"
|
||
|
],
|
||
|
"outputs": [
|
||
|
"{projectRoot}/build"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"$schema": "./node_modules/nx/schemas/nx-schema.json"
|
||
|
}
|