blob: cd6e60e72b9d5e709ca3246139cddb916ae8e2e6 (
plain)
1
2
3
4
5
6
|
// ensures we don't reparse a source file when transpiling
// because it should have already been parsed by module analysis
{
"args": "run --log-level=debug main.ts",
"output": "main.out"
}
|