Files
archived-typedoc-plugin-mar…/nx.json
2022-08-20 21:18:19 +01:00

12 lines
205 B
JSON

{
"extends": "nx/presets/npm.json",
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build"]
}
}
}
}