UNPKG
sut
Version:
latest (2.0.0)
2.0.0
1.9.9
1.9.9-rc
1.9.2
1.9.1
1.9.0
1.6.2
1.6.2-f
1.6.1
1.6.0
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.1.1
1.0.1
1.0.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
Small TDD lib for node
sut
/
jsconfig.json
12 lines
•
177 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"target"
:
"ES6"
}
,
"exclude"
:
[
"node_modules"
,
"**/node_modules/*"
]
,
"include"
:
[
"lib/**/*"
]
}