UNPKG
@ogc/postgres-tmp
Version:
latest (3.4.6-0)
3.4.6-0
Fastest full featured PostgreSQL client for Node.js
github.com/porsager/postgres
porsager/postgres
@ogc/postgres-tmp
/
types
/
tsconfig.json
14 lines
•
215 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"lib"
:
[
"ES2015"
]
,
"types"
:
[
"node"
]
,
"esModuleInterop"
:
true
,
"strict"
:
true
,
"noImplicitAny"
:
true
,
"exactOptionalPropertyTypes"
:
true
}
}