Right now TypeScript support is decent, but there's still a few rough edges. In this issue we can collect problems with types and possible solutions. **Known Issues:** - [x] Built-in helpers like `ctx.exception` are not declared on the `MojoContext` type - [x] We have no best practice yet for 3rd party plugins to declare the helpers they add to `MojoContext` - [x] TypeScript example plugin, easy to fork ([mojo-plugin-nunjucks](https://github.com/mojolicious/mojo-plugin-nunjucks))
Right now TypeScript support is decent, but there's still a few rough edges. In this issue we can collect problems with types and possible solutions.
Known Issues:
ctx.exceptionare not declared on theMojoContexttypeMojoContext