deno/tests/specs/check/special_specifiers/__test__.jsonc
Nathan Whitaker b252cc78c2
feat(unstable): typescript-go integration for deno check (#30920)
Integrated only with deno check (and test, `run --check`, etc)
currently. All spec tests for deno check pass except for 3, which i've
disabled

---------

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Co-authored-by: Divy Srivastava <me@littledivy.com>
2025-10-20 09:59:54 -07:00

15 lines
208 B
JSON

{
"args": "check",
"output": "check.out",
"variants": {
"tsgo": {
"use_tsgo": "1"
},
"tsc": {
"use_tsgo": ""
}
},
"envs": {
"DENO_UNSTABLE_TSGO": "${use_tsgo}"
}
}