thingworx-field-work / ThingworxVSCodeProject

Develop thingworx models using a real IDE
MIT License
33 stars 17 forks source link

WIP: Add option to generate typescript classes instead of just declaration files #39

Open stefan-lacatus opened 2 years ago

stefan-lacatus commented 2 years ago

Intent

Use the new https://github.com/BogdanMihaiciuc/ThingTransformer/pull/13 to generate Typescript classes instead of just declaration files when exporting thingworx projects.

Implementation

Added a new property to twconfig.json, generateOnlyTypesForDependencies. TODO: add more details, maybe even expose this differently as this was just a quick implementation to test out the functionality