mongo2crate
Version:
Sync MongoDB to CrateDB and Convert JSON schema to SQL DDL
15 lines (14 loc) • 322 B
JSON
{
"include": ["src/**/*"],
"exclude": ["src/**/*.test.ts"],
"compilerOptions": {
"module": "NodeNext",
"target": "es2022",
"lib": ["ESNext", "DOM"],
"outDir": "./dist",
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true
}
}