UNPKG
ts-md5
Version:
latest (2.0.1)
2.0.1
2.0.0
1.3.1
1.3.0
1.2.11
1.2.10
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
TypeScript MD5 implementation
github.com/cotag/ts-md5
cotag/ts-md5
ts-md5
/
tsconfig.tests.json
12 lines
(11 loc)
•
218 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es5"
,
"emitDecoratorMetadata"
:
true
,
"experimentalDecorators"
:
true
,
"sourceMap"
:
true
,
"moduleResolution"
:
"node"
}
,
"files"
:
[
]
}