mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-05-06 17:01:16 +08:00
22 lines
490 B
JSON
22 lines
490 B
JSON
{
|
|
"targetDefaults": {
|
|
"test": {
|
|
"dependsOn": ["^test"]
|
|
},
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["{projectRoot}/dist", "{projectRoot}/types"]
|
|
},
|
|
"coverage": {
|
|
"dependsOn": ["^coverage"],
|
|
"outputs": ["{projectRoot}/coverage"]
|
|
}
|
|
},
|
|
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
|
"namedInputs": {
|
|
"default": ["{projectRoot}/**/*", "sharedGlobals"],
|
|
"sharedGlobals": [],
|
|
"production": ["default"]
|
|
}
|
|
}
|