@dbml/connector
Version:
This package was created to fetch the schema JSON from many kind of databases.
17 lines (16 loc) • 394 B
JSON
{
"compilerOptions": {
"target": "ES2021",
"lib": ["ES2021"],
"module": "commonjs",
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"declaration": true, // Generates .d.ts files
},
"include": ["./src"],
"exclude": ["node_modules", "**/*.test.ts"]
}