mirror of
https://github.com/zadam/trilium.git
synced 2025-12-05 15:04:24 +01:00
8 lines
156 B
JSON
8 lines
156 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"declaration": true,
|
|
"outDir": "build",
|
|
},
|
|
"include": [ "./src/**/*.ts" ]
|
|
} |