mirror of
https://github.com/zadam/trilium.git
synced 2026-01-10 00:24:32 +01: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" ]
|
|
} |