diff --git a/typescript.sublime-build b/typescript.sublime-build new file mode 100644 index 0000000..1161692 --- /dev/null +++ b/typescript.sublime-build @@ -0,0 +1,13 @@ +{ + "cmd": ["tsc", "-sourcemap", "$file"], + "file_regex": "(.*\\.ts?)\\s\\(([0-9]+)\\,([0-9]+)\\)\\:\\s(...*?)$", + "selector": "source.ts", + + "windows": { + "cmd": ["tsc", "-sourcemap", "$file"] + }, + "osx": { + "path": "/usr/local/bin:/opt/local/bin" + } + +} \ No newline at end of file