UNPKG

effect-sql-kysely

Version:

`effect-sql-kysely` is an full-featured integration between `@effect/sql` and `Kysely`.

18 lines (17 loc) 365 B
{ "compilerOptions": { "declaration": true, "target": "ES2022", "module": "NodeNext", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, "outDir": "./dist", "rootDir": "./src", "plugins": [ { "name": "@effect/language-service" } ] }, "include": ["src"] }