UNPKG
@perfylee/crypto
Version:
latest (0.1.1)
0.1.1
0.1.0
encryption module used in project
@perfylee/crypto
/
tsconfig.json
10 lines
•
210 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"target"
:
"ES5"
,
"module"
:
"CommonJS"
,
"declaration"
:
true
,
"outDir"
:
"./dist"
,
"strict"
:
true
,
"esModuleInterop"
:
true
}
}