UNPKG
freehold
Version:
latest (0.0.2)
0.0.2
0.0.1
App data encryption for web3
freehold
/
tsconfig.json
9 lines
•
159 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"compilerOptions"
:
{
"esModuleInterop"
:
true
,
"target"
:
"es5"
,
"outDir"
:
"dist"
,
"declaration"
:
true
}
,
"include"
:
[
"./**/*"
]
}