mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
8cdb309ffd
We weren't surfacing dependency errors in types files of js files.
13 lines
251 B
Text
13 lines
251 B
Text
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|