ioBroker/ioBroker.docs

Dev docs: Directly executing Typescript adapters without build

foxriver76 opened this issue · 1 comments

Contact Details

moritz.heusinger@gmail.com

What do you miss?

Since controller 3.3, TS adapters can be directly executed without the need of building them first. This is done via ts-node.

To do so, the controller checks if the given main file (package-json.main) has a .ts ending.

ioBroker/ioBroker.js-controller#1236

Link

n/a

This should be a better place for this issue: https://github.com/ioBroker/dev-docs/issues