typescriptwebpacksupport
v2.4.0
Published
Helper functions to allow usage of typescript and webpack with thingworx widgets. Also includes typings for Thingworx
Downloads
460
Readme
ThingworxWidgetSupportPackage
Used in https://github.com/stefan-lacatus/ThingworxDemoWebpackWidget as a dependency.
Has two useses:
- Contains support code that allows writing of thingworx widgets as ES6/Typescript classes, annotating properties/methods to link them to a service and more.
- Typescript definitions for Thingworx widgets
Releasing a new version
- Do changes to the code
- Bump the version number in
package.json
- Commit changes to the repository
- Run
npm publish