mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
6 lines
186 B
Text
6 lines
186 B
Text
{
|
|
// checking if JS file is run through TS compiler
|
|
"args": "run --reload --config checkjs.tsconfig.json --check 038_checkjs.js",
|
|
"exitCode": 1,
|
|
"output": "038_checkjs.js.out"
|
|
}
|