UNPKG
@iotize/tap-scripts
Version:
dev (2.0.0-alpha.2)
latest (2.2.0)
2.2.0
2.1.0
2.0.1
2.0.0-alpha.4
2.0.0-alpha.3
2.0.0-alpha.2
2.0.0-alpha.1
IoTize Tap scripts
@iotize/tap-scripts
/
README.md
13 lines
(11 loc)
•
242 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
# IoTize Tap scripts
## Requirements
To
use
see lib
`target`
in
`tsconfig.json`
must be at least
`es6`
due to dependency on
`antlrts`
library.
``
`json { "compilerOptions": { // ... "target": "es6" } } `
``