UNPKG
pg-lite-promise
Version:
latest (0.0.1)
0.0.1
Adapter for pg-lite & pg-promise
github.com/alexvictoor/pg-lite-promise
alexvictoor/pg-lite-promise
pg-lite-promise
/
tsconfig.json
12 lines
•
249 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"skipLibCheck"
:
true
,
"esModuleInterop"
:
true
,
"lib"
:
[
"es2021"
]
,
"module"
:
"CommonJS"
,
"target"
:
"ES2022"
,
"outDir"
:
"dist"
,
"declaration"
:
true
,
}
,
"exclude"
:
[
"node_modules"
,
"*.spec.ts"
]
}