mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-05 20:39:49 -06:00
8 lines
156 B
JSON
8 lines
156 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"declaration": true,
|
|
"outDir": "build",
|
|
},
|
|
"include": [ "./src/**/*.ts" ]
|
|
} |