UNPKG
pgdelegate
Version:
latest (0.6.13)
0.6.13
0.6.12
0.6.11
0.6.10
0.6.9
0.6.7
0.6.5
0.6.3
0.6.1
0.6.0
0.5.1
0.5.0
0.2.1
0.2.0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.1
0.0.0
A library provides easy use of PostgresSQL library
pgdelegate
/
tsconfig.json
15 lines
(14 loc)
•
270 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"target"
:
"ES5"
,
"module"
:
"CommonJS"
,
"declaration"
:
true
,
"resolveJsonModule"
:
true
,
"strictNullChecks"
:
true
,
"esModuleInterop"
:
true
,
"skipLibCheck"
:
false
,
"outDir"
:
"./_dist"
,
"rootDir"
:
"."
}
,
"exclude"
:
[
"_dist"
]
}