mirror of https://github.com/zulip/zulip.git
a2872c107e
This is just a code reorganization to avoid making it difficult to find things as we migrate more file to TypeScript. |
||
---|---|---|
.. | ||
zulip | ||
README.md |
README.md
The index.d.ts
type definition in js_typings/zulip
directory is to simply
tell the TypeScript compiler about the existence of our untyped JavaScript
modules. Please remove each module declaration when it is migrated to TS.