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