Notes/dump-db/tsconfig.json
2025-01-09 18:07:02 +02:00

11 lines
198 B
JSON

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