trilium/apps/client/tsconfig.json
2025-04-18 02:03:34 +03:00

9 lines
217 B
JSON

{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true
},
"include": [ "./src/**/*.ts" ]
}