Skip to content

Releases: flarum/flarum-tsconfig

1.0.3

22 Oct 18:28
Compare
Choose a tag to compare

1.0.2 - Add ES2019 Array support

10 Sep 18:17
3862a4b
Compare
Choose a tag to compare

Changes

  • Adds ES2019 Array support, including Array.flat()

1.0.1 - Prep for global Flarum typings; bug fix

15 Aug 19:29
3063ef7
Compare
Choose a tag to compare

Changed

  • Added missing dependency on the throttle-debounce library typings
  • Add preparation for core's global typings for extensions (flarum/framework#2992)

1.0.0 - Initial release

29 May 13:12
8abfdae
Compare
Choose a tag to compare

Initial release of tsconfig package.

Changed

  • To use Typescript in your extensions, make sure you're using flarum-webpack-config with version 1.0.0 or higher
  • Provides a base Typescript configuration as the default export
  • Provides documentation of how to use this base configuration in your extension, and set up Flarum's typings