UNPKG
@chyvacheck/generate_qr
Version:
latest (0.1.0)
0.1.0
A simple CLI tool to generate QR-code
@chyvacheck/generate_qr
/
tsconfig.json
12 lines
(11 loc)
•
207 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"target"
:
"ES5"
,
"module"
:
"CommonJS"
,
"outDir"
:
"./dist"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"types"
:
[
"node"
,
"qr-image"
]
}
,
"include"
:
[
"src"
]
}