UNPKG
@batyrseven/cadesplugin
Version:
latest (0.2.0)
0.2.0
Type definitions for CryptoPro browser plugin
github.com/kmvi/cadesplugin
kmvi/cadesplugin
@batyrseven/cadesplugin
/
tsconfig.json
10 lines
•
216 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es5"
,
"strict"
:
true
,
"lib"
:
[
"es5"
,
"es2015.promise"
,
"es2015.iterable"
,
"dom"
,
"scripthost"
]
}
}