mirror of
https://github.com/zadam/trilium.git
synced 2025-12-05 23:14:24 +01:00
31 lines
706 B
JSON
31 lines
706 B
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
|
|
}
|
|
}
|