flecks/nx.json

9 lines
107 B
JSON
Raw Normal View History

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