@iotize/tap-scripts
v2.2.0
Published
IoTize Tap scripts
Downloads
42
Readme
IoTize Tap scripts
Requirements
To use see lib target
in tsconfig.json
must be at least es6
due to dependency on antlrts
library.
{
"compilerOptions": {
// ...
"target": "es6"
}
}