17 lines
294 B
JSON
17 lines
294 B
JSON
{
|
|
"tasksRunnerOptions": {
|
|
"default": {
|
|
"runner": "nx/tasks-runners/default",
|
|
"options": {
|
|
"cacheableOperations": ["build", "generate"]
|
|
}
|
|
}
|
|
},
|
|
"targetDefaults": {
|
|
"build": {
|
|
"outputs": ["{projectRoot}/dist"]
|
|
}
|
|
},
|
|
"defaultBase": "main"
|
|
}
|