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