23 lines
348 B
JSON
23 lines
348 B
JSON
{
|
|
"targetDefaults": {
|
|
"build:esm": {
|
|
"cache": true,
|
|
"dependsOn": ["^build:esm"]
|
|
},
|
|
"build": {
|
|
"cache": true,
|
|
"dependsOn": ["^build"]
|
|
}
|
|
},
|
|
"namedInputs": {
|
|
"default": [
|
|
"{projectRoot}/**/*",
|
|
"sharedGlobals"
|
|
],
|
|
"sharedGlobals": [],
|
|
"production": [
|
|
"default"
|
|
]
|
|
}
|
|
}
|