UNPKG
wpmtest
Version:
latest (1.3.9)
next (1.3.6)
1.3.9
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.0
1.2.0
1.1.0
1.0.0
A simple class for a words per minute test.
wpmtest
/
tsconfig.json
13 lines
•
260 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"es6"
,
"module"
:
"commonJs"
,
"declaration"
:
true
,
"sourceMap"
:
true
,
"outDir"
:
"./bin"
,
"strict"
:
true
,
}
,
"files"
:
[
"src/wordsPerMinTest"
]
}