UNPKG
@redsift/d3-rs-svg
Version:
beta (0.5.2)
latest (0.8.0)
0.8.0
0.7.0
0.6.0
0.5.2
0.5.1
0.5.0
0.4.0
0.3.0
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
Creates a SVG element using D3v4.
github.com/redsift/d3-rs-svg
redsift/d3-rs-svg
@redsift/d3-rs-svg
/
jsconfig.json
16 lines
(15 loc)
•
277 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
// See http://go.microsoft.com/fwlink/?LinkId=759670
// for the documentation about the jsconfig.json format
"compilerOptions"
:
{
"target"
:
"es6"
}
,
"exclude"
:
[
"node_modules"
,
"bower_components"
,
"jspm_packages"
,
"tmp"
,
"temp"
,
"distribution"
]
}