We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551335b commit b7ca539Copy full SHA for b7ca539
typescript/commands/build.py
@@ -10,7 +10,7 @@ def run(self):
10
directory = os.path.dirname(file_name)
11
if "tsconfig.json" in os.listdir(directory):
12
self.window.run_command("exec", {
13
- "cmd": "tsc",
+ "cmd": ["tsc"],
14
"file_regex": "^(.+?)\\((\\d+),(\\d+)\\): (.+)$",
15
"shell": True
16
})
0 commit comments