UNPKG
@ew-did-registry/did-s3-store
Version:
latest (0.9.1-alpha.1542.0)
prerelease (0.9.1-alpha.1577.0)
0.9.1-alpha.1577.0
0.9.1-alpha.1575.0
0.9.1-alpha.1572.0
0.9.1-alpha.1559.0
0.9.1-alpha.1558.0
0.9.1-alpha.1545.0
0.9.1-alpha.1542.0
S3-based implementation of IDidStore
@ew-did-registry/did-s3-store
/
tsconfig.json
9 lines
(8 loc)
•
153 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"./dist"
}
,
"exclude"
:
[
"node_modules"
]
,
"include"
:
[
"./src/**/*.ts"
]
}