UNPKG
@quartic/bokehjs
Version:
latest (0.12.5)
0.12.5
Interactive, novel data visualization
github.com/bokeh/bokeh
bokeh/bokeh
@quartic/bokehjs
/
examples
/
legends
/
tsconfig.json
14 lines
(13 loc)
•
239 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"noImplicitAny"
:
true
,
"noEmitOnError"
:
true
,
"module"
:
"commonjs"
,
"moduleResolution"
:
"node"
,
"target"
:
"ES5"
}
,
"files"
:
[
"../../src/coffee/api/typings.d.ts"
,
"legends.ts"
]
}