mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
20 lines
378 B
JSON
20 lines
378 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"target": "es6",
|
|
"noImplicitAny": true,
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"outDir": "dist",
|
|
"incremental": true,
|
|
"baseUrl": ".",
|
|
"declaration": true
|
|
},
|
|
"include": [
|
|
"test/**/*"
|
|
]
|
|
}
|