UNPKG
dinger-merchant-pay-api
Version:
latest (2.1.8)
2.1.8
1.2.8
1.2.1
1.1.8
1.0.0
Dinger Merchant Pay API
github.com/nawing/Dinger-Merchant-Pay-API
nawing/Dinger-Merchant-Pay-API
dinger-merchant-pay-api
/
tsconfig.json
16 lines
(15 loc)
•
311 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compilerOptions"
:
{
"target"
:
"ES2020"
,
"module"
:
"ES2020"
,
"declaration"
:
true
,
"outDir"
:
"dist/esm"
,
"strict"
:
false
,
"moduleResolution"
:
"Node"
,
"esModuleInterop"
:
true
,
"skipLibCheck"
:
true
}
,
"include"
:
[
"src"
]
}