UNPKG
score-key
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Simple package to get score key value.
github.com/wspecs/score-key
wspecs/score-key
score-key
/
tsconfig.json
14 lines
(13 loc)
•
192 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"lib"
:
[
"es6"
,
"dom"
,
]
,
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
"outDir"
:
"./dist"
,
"strict"
:
true
}
}