flecks/nx.json

8 lines
106 B
JSON
Raw Normal View History

2024-01-10 01:03:46 -06:00
{
"extends": "nx/presets/npm.json",
"targetDefaults": {
"build": {
"cache": true
}
}
}