UNPKG
@omkarbhosale/upiqr
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
This package helps to generate dynamic QR code using UPI ID to accept payment.
@omkarbhosale/upiqr
/
tsconfig.json
14 lines
(13 loc)
•
291 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"module"
:
"ESNext"
,
"target"
:
"ESNext"
,
"outDir"
:
"./dist"
,
"moduleResolution"
:
"Node"
,
"esModuleInterop"
:
true
,
"allowSyntheticDefaultImports"
:
true
,
"strict"
:
true
}
,
"include"
:
[
"src"
]
,
"exclude"
:
[
"node_modules"
]
}