node-postgres/tsconfig.json
2023-05-15 07:29:07 +01:00

14 lines
263 B
JSON

{
"compilerOptions": {
"strict": true,
"incremental": true,
"composite": true
},
"include": [],
"references": [
{"path": "./packages/pg-cloudflare"},
{"path": "./packages/pg-query-stream"},
{"path": "./packages/pg-protocol"}
]
}