mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 14:49:01 +02:00
13 lines
295 B
JSON
13 lines
295 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"target": "ES2017",
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": [ "./src/**/*.ts" ],
|
|
"files": [
|
|
"./src/types.d.ts",
|
|
]
|
|
} |