UNPKG
@timothy-spaceman/multitrack-vcs
Version:
latest (0.3.3)
virtual-sp (0.2.0)
virtual-sp-mocks (0.3.1)
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
Version Control System for musicians
@timothy-spaceman/multitrack-vcs
/
tsconfig.test.json
11 lines
•
232 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"module"
:
"ESNext"
,
"moduleResolution"
:
"Node"
,
"esModuleInterop"
:
true
,
"types"
:
[
"jest"
]
,
"isolatedModules"
:
true
}
,
"include"
:
[
"tests"
]
}