1.0.18 • Published 5 years ago
openmotics-types v1.0.18
OpenMotics types
This package includes the OpenMotics environment types
Adding them to your project
1. Install using npm
Execute the following command:
npm i openmotics-types
2. Include them in your TypeScript compiler
Add this line to the 'include' section of your tsconfig of your project:
"node_modules/openmotics-types/**/*"
Your tsconfig.json
structure should look like this after adding the line:
{
...
"include": [
"node_modules/openmotics-types/**/*",
...
],
...
}
1.0.18
5 years ago
1.0.17
5 years ago
1.0.16
5 years ago
1.0.15
5 years ago
1.0.14
5 years ago
1.0.13
5 years ago
1.0.12
5 years ago
1.0.11
5 years ago
1.0.10
5 years ago
1.0.9
5 years ago
1.0.8
5 years ago
1.0.7
5 years ago
1.0.6
5 years ago
1.0.5
5 years ago
1.0.4
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago