trilium/apps/dump-db/tsconfig.json
2025-04-21 23:20:48 +03:00

11 lines
198 B
JSON

{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "node",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"target": "ES6",
"strict": true
}
}