Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 547 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 547 Bytes

TypeScript definitions

TypeScript definition files can be used by implementations such as Eclipse Thingweb.

We currently provide the following TypeScript definition files:

Notes on NPM publishing

Run npm publish --workspaces in typescript folder.

Note: to publish just a subfolder use npm publish --workspaces -w ./<subfolder>

Requirement: npm version 7+