mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
22 lines
524 B
JSON
22 lines
524 B
JSON
![]() |
{
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"declarationMap": true,
|
||
|
"emitDeclarationOnly": true,
|
||
|
"importHelpers": true,
|
||
|
"isolatedModules": true,
|
||
|
"lib": ["es2022"],
|
||
|
"module": "nodenext",
|
||
|
"moduleResolution": "nodenext",
|
||
|
"noEmitOnError": true,
|
||
|
"noFallthroughCasesInSwitch": true,
|
||
|
"noImplicitOverride": true,
|
||
|
"noImplicitReturns": true,
|
||
|
"noUnusedLocals": true,
|
||
|
"skipLibCheck": true,
|
||
|
"strict": true,
|
||
|
"target": "es2022",
|
||
|
"customConditions": ["development"]
|
||
|
}
|
||
|
}
|