UNPKG
@fastify/postgres
Version:
latest (6.0.2)
next (6.0.0)
6.0.2
6.0.1
6.0.0
6.0.0-pre.fv5.2
6.0.0-pre.fv5.1
5.2.2
5.2.1
5.2.0
5.1.0
5.0.0
4.0.1
4.0.0
Fastify PostgreSQL connection plugin
github.com/fastify/fastify-postgres
fastify/fastify-postgres
@fastify/postgres
/
examples
/
typescript
/
transactions
/
tsconfig.json
7 lines
(6 loc)
•
98 B
JSON
View Raw
1
2
3
4
5
6
7
{
"extends"
:
"@tsconfig/node10/tsconfig.json"
,
"compilerOptions"
:
{
"noEmit"
:
true
,
}
}