mirror of
https://github.com/zadam/trilium.git
synced 2025-09-19 21:18:20 +08:00
13 lines
No EOL
295 B
JSON
13 lines
No EOL
295 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"target": "ES2017",
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": [ "./src/**/*.ts" ],
|
|
"files": [
|
|
"./src/types.d.ts",
|
|
]
|
|
} |