UNPKG
@robotical/ricjs
Version:
latest (1.1.0-magnetometer)
9.9.11---servo-elem-updates
9.9.10---servo-elem-updates
9.9.9---servo-elem-updates
8.888.89
8.888.88
2.0.1
1.16.4
1.16.3
1.16.2
1.16.0
1.15.2
1.15.1
1.15.0
1.14.0
1.13.5
1.13.3
1.13.2
1.13.1
1.13.0
1.12.1
1.12.0
1.11.1
1.11.0
1.10.3
1.10.1
1.10.0
1.9.1
1.9.0
1.8.0
1.7.6
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.3
1.6.2
1.6.1
1.6.0
1.5.3
1.5.1
1.5.0
1.4.4
1.4.0
1.2.3
1.1.0-magnetometer
1.0.47
1.0.45
1.0.44
1.0.26
1.0.25
1.0.24
1.0.23
1.0.21
1.0.17
1.0.16
1.0.15
1.0.14
1.0.13
1.0.12
1.0.10
1.0.9
1.0.7
1.0.6
1.0.4
1.0.0
1.0.0-magnetometer
0.0.3--servo-updates
Javascript/TS library for Robotical RIC
github.com/robotical/ricjs
robotical/ricjs
@robotical/ricjs
/
examples
/
dashboard
/
tsconfig.json
13 lines
(12 loc)
•
264 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"outDir"
:
"./dist/"
,
"noImplicitAny"
:
true
,
"module"
:
"es6"
,
"target"
:
"esnext"
,
"jsx"
:
"react"
,
"allowJs"
:
true
,
"moduleResolution"
:
"node"
,
"allowSyntheticDefaultImports"
:
true
}
}