Files
Trilium/dump-db/tsconfig.json

10 lines
225 B
JSON
Raw Normal View History

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