mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
20 lines
489 B
JSON
20 lines
489 B
JSON
![]() |
{
|
||
|
"compilerOptions": {
|
||
|
"module": "NodeNext",
|
||
|
"declaration": false,
|
||
|
"sourceMap": true,
|
||
|
"outDir": "./build",
|
||
|
"strict": true,
|
||
|
"noImplicitAny": true,
|
||
|
"resolveJsonModule": true,
|
||
|
"lib": ["ES2023"],
|
||
|
"downlevelIteration": true,
|
||
|
"skipLibCheck": true,
|
||
|
"esModuleInterop": true,
|
||
|
"verbatimModuleSyntax": true
|
||
|
},
|
||
|
"include": [ "./src/**/*.ts" ],
|
||
|
"files": [
|
||
|
"./src/types.d.ts",
|
||
|
]
|
||
|
}
|