effect-sql-kysely
Version:
A full-featured integration between `@effect/sql` and `Kysely` that provides type-safe database operations with Effect's powerful error handling and resource management.
19 lines (18 loc) • 396 B
JSON
{
"compilerOptions": {
"declaration": true,
"target": "ES2022",
"module": "NodeNext",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"noErrorTruncation": true,
"strict": true,
"skipLibCheck": true,
"outDir": "./dist",
"rootDir": "./src",
"plugins": [
{ "name": "@effect/language-service" }
]
},
"include": ["src"]
}