UNPKG
payxpert-ts
Version:
latest (1.0.6)
1.0.6
1.0.5
Payzone API wrapper in NodeJS
github.com/Creativty/connect2pay-nodejs-client
payxpert-ts
/
tsconfig.json
12 lines
•
279 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"include"
:
[
"src/**/*"
]
,
"compilerOptions"
:
{
"target"
:
"ES6"
,
"module"
:
"ES6"
,
"esModuleInterop"
:
true
,
"moduleResolution"
:
"Node"
,
"declaration"
:
true
,
"outDir"
:
"dist"
,
"declarationMap"
:
true
}
}