mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 04:23:46 +00:00
lint: Add TypeScript compiler as a linter.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Tim Abbott
parent
40e8fd24ff
commit
ecfb7c6a7f
3
tools/run-tsc
Executable file
3
tools/run-tsc
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
ZULIP_PATH="$(dirname "$0")/.."
|
||||
exec "$ZULIP_PATH/node_modules/.bin/tsc" --project "$ZULIP_PATH/static/js" "$@"
|
||||
Reference in New Issue
Block a user