UNPKG
sadad-gateway
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
درگاه پرداخت سداد برای Node.js با پشتیبانی TypeScript
sadad-gateway
/
tsconfig.json
13 lines
•
305 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"ES2020"
,
"module"
:
"commonjs"
,
"outDir"
:
"dist"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"skipLibCheck"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
"declaration"
:
true
}
,
"include"
:
[
"src"
]
}