Files
zulip/static/shared/.gitignore
Anders Kaseorg d41917ecd0 shared: Add TypeScript build step.
This transpiles the JavaScript and (future) TypeScript in
`static/shared/js` to `static/shared/lib`. It also compiles away
ES2020 syntax that’s not supported by the oldest JS engines targeted
by zulip-mobile.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-01-18 13:10:13 -08:00

6 lines
184 B
Plaintext

# This /node_modules doesn't ordinarily appear when developing on web.
# But it does appear when developing this package in tandem with
# mobile, using `yarn link`.
/node_modules
/lib