20 lines
345 B
JSON
20 lines
345 B
JSON
{
|
|
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
|
"namedInputs": {
|
|
"default": ["{projectRoot}/**/*", "sharedGlobals"],
|
|
"production": ["default"],
|
|
"sharedGlobals": []
|
|
},
|
|
"targetDefaults": {
|
|
"build": {
|
|
"cache": true
|
|
},
|
|
"test": {
|
|
"cache": true
|
|
},
|
|
"lint": {
|
|
"cache": true
|
|
}
|
|
}
|
|
}
|