This project builds on the
Closure Compiler
to parse Closure-style JSDoc type annotations from code, and generates a suitable
TypeScript type definition file (.d.ts
) for the exported API.
The intent is to allow TypeScript code to re-use libraries written with Closure-style type declarations, and still benefit from type checking in the TypeScript compiler and IDE tooling for highlighting errors and type-sensitive auto-complete.