trilium/dump-db/tsconfig.json
2024-08-10 18:23:49 +02:00

10 lines
225 B
JSON

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