mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
14 lines
263 B
JSON
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"}
|
|
]
|
|
}
|