azure-kusto-node/nx.json

17 строки
377 B
JSON
Исходник Постоянная ссылка Обычный вид История

2023-04-18 11:25:49 +03:00
{
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build"]
}
}
},
"targetDefaults": {
"build": {
"outputs": ["{projectRoot}/dist-esm", "{projectRoot}/types"],
"dependsOn": ["^build"]
}
}
}