mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 22:58:52 +02:00
10 lines
245 B
JSON
10 lines
245 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"target": "ES2015",
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": [ "./src/**/*.ts" ]
|
|
} |