Open stefan-lacatus opened 2 years ago
Use the new https://github.com/BogdanMihaiciuc/ThingTransformer/pull/13 to generate Typescript classes instead of just declaration files when exporting thingworx projects.
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
twconfig.json
generateOnlyTypesForDependencies
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