mirror of
https://github.com/zadam/trilium.git
synced 2025-12-04 22:44:25 +01:00
chore(server/dx): pathless resolution via --conditions
This commit is contained in:
parent
39ae7dda6c
commit
509fce54f9
@ -127,7 +127,7 @@
|
||||
],
|
||||
"continuous": true,
|
||||
"options": {
|
||||
"command": "tsx watch {projectRoot}/src/main.ts"
|
||||
"command": "tsx watch --conditions development {projectRoot}/src/main.ts"
|
||||
}
|
||||
},
|
||||
"serve-nodir": {
|
||||
|
||||
@ -25,18 +25,6 @@
|
||||
"verbatimModuleSyntax": false,
|
||||
"resolveJsonModule": true,
|
||||
"downlevelIteration": true,
|
||||
"esModuleInterop": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@triliumnext/commons": [
|
||||
"packages/commons/src/index.ts"
|
||||
],
|
||||
"@triliumnext/turndown-plugin-gfm": [
|
||||
"packages/turndown-plugin-gfm/src/index.js"
|
||||
],
|
||||
"@triliumnext/express-partial-content": [
|
||||
"packages/express-partial-content/src/index.ts"
|
||||
]
|
||||
}
|
||||
"esModuleInterop": true
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user