zulip/static/js/js_typings
Thomas Ip a2872c107e typescript: Move TS files into JS directory.
This is just a code reorganization to avoid making it difficult to
find things as we migrate more file to TypeScript.
2019-03-25 12:11:37 -07:00
..
zulip typescript: Move TS files into JS directory. 2019-03-25 12:11:37 -07:00
README.md typescript: Move TS files into JS directory. 2019-03-25 12:11:37 -07:00

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.