mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
23 lines
419 B
JSON
23 lines
419 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2021",
|
|
"lib": [
|
|
"es2021"
|
|
],
|
|
"module": "es2022",
|
|
"moduleResolution": "node",
|
|
"types": [
|
|
"@cloudflare/workers-types"
|
|
],
|
|
"resolveJsonModule": true,
|
|
"allowJs": true,
|
|
"checkJs": false,
|
|
"noEmit": true,
|
|
"isolatedModules": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
}
|
|
}
|