UNPKG
qr-hpulido
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Encrypt and decrypt data using your own key
qr-hpulido
/
tsconfig.json
11 lines
•
210 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"compilerOptions"
:
{
"target"
:
"es6"
,
"module"
:
"commonjs"
,
"outDir"
:
"./dist"
,
"rootDir"
:
"./src"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"skipLibCheck"
:
true
}
,
}