blob: a992f390ba43deea62e0d79110310d37be80b04b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"tests": {
"no_sloppy": {
"args": "run --check main.ts",
"output": "no_sloppy.out",
"exitCode": 1
},
"sloppy": {
"args": "run --unstable-sloppy-imports --check main.ts",
"output": "sloppy.out"
}
}
}
|