UNPKG
tw-voucher
Version:
latest (1.1.0)
1.1.0
1.0.0
Redeem อั่งเปา True Money Wallet ด้วย Node.js
github.com/Phone3415/tw-redeem
Phone3415/tw-redeem
tw-voucher
/
tsconfig.json
13 lines
(12 loc)
•
246 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"outDir"
:
"build"
,
"rootDir"
:
"src"
,
"declaration"
:
true
,
"declarationDir"
:
"build"
,
"moduleResolution"
:
"node"
,
"strict"
:
true
,
"esModuleInterop"
:
true
}
,
"include"
:
[
"src"
]
}