Notes/dump-db/tsconfig.json

11 lines
198 B
JSON
Raw Permalink Normal View History

2024-08-10 18:23:49 +02:00
{
2025-01-09 18:07:02 +02:00
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "node",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"target": "ES6",
"strict": true
}
}