mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
31 lines
606 B
JSON
31 lines
606 B
JSON
![]() |
{
|
||
|
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
||
|
"defaultBase": "master",
|
||
|
"namedInputs": {
|
||
|
"default": [
|
||
|
"{projectRoot}/**/*",
|
||
|
"sharedGlobals"
|
||
|
],
|
||
|
"production": [
|
||
|
"default"
|
||
|
],
|
||
|
"sharedGlobals": []
|
||
|
},
|
||
|
"plugins": [
|
||
|
{
|
||
|
"plugin": "@nx/js/typescript",
|
||
|
"options": {
|
||
|
"typecheck": {
|
||
|
"targetName": "typecheck"
|
||
|
},
|
||
|
"build": {
|
||
|
"targetName": "build",
|
||
|
"configName": "tsconfig.lib.json",
|
||
|
"buildDepsName": "build-deps",
|
||
|
"watchDepsName": "watch-deps"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|