mirror of
https://github.com/tauri-apps/typedoc-plugin-markdown.git
synced 2026-01-31 00:45:20 +01:00
12 lines
205 B
JSON
12 lines
205 B
JSON
{
|
|
"extends": "nx/presets/npm.json",
|
|
"tasksRunnerOptions": {
|
|
"default": {
|
|
"runner": "nx/tasks-runners/default",
|
|
"options": {
|
|
"cacheableOperations": ["build"]
|
|
}
|
|
}
|
|
}
|
|
}
|