mirror of
https://github.com/zadam/trilium.git
synced 2025-12-05 15:04:24 +01:00
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"declarationMap": true,
|
|
"emitDeclarationOnly": true,
|
|
"importHelpers": true,
|
|
"isolatedModules": true,
|
|
"lib": [
|
|
"ES2023"
|
|
],
|
|
"module": "nodenext",
|
|
"moduleResolution": "nodenext",
|
|
"noEmitOnError": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noImplicitAny": false,
|
|
"noImplicitOverride": false,
|
|
"noImplicitReturns": false,
|
|
"noUnusedLocals": false,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"target": "es2022",
|
|
"customConditions": [
|
|
"development"
|
|
],
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|