UNPKG
@robotical/roboticaljs
Version:
latest (1.1.24)
1.1.24
1.1.23
1.1.22
1.1.20
1.1.19
1.1.18
1.1.17
1.1.16
1.1.14
1.1.13
1.1.12
1.1.11
1.1.9
Javascript/TS library for Robotical products
github.com/robotical/rocoticaljs
robotical/rocoticaljs
@robotical/roboticaljs
/
examples
/
dashboard
/
tsconfig.json
18 lines
•
287 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"compilerOptions"
:
{
"jsx"
:
"react"
,
"esModuleInterop"
:
true
,
"resolveJsonModule"
:
true
,
"module"
:
"esnext"
,
"target"
:
"es5"
,
"strict"
:
true
,
"moduleResolution"
:
"node"
,
"lib"
:
[
"ES2017"
,
"DOM"
]
}
,
"include"
:
[
"srcCog"
]
}