UNPKG
terra-draw-mapbox-gl-adapter
Version:
latest (1.4.0)
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
Terra Draw Adapter for Mapbox GL JS
github.com/JamesLMilner/terra-draw
JamesLMilner/terra-draw
terra-draw-mapbox-gl-adapter
/
tsconfig.json
15 lines
(14 loc)
•
208 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"extends"
:
"./../../tsconfig.base.json"
,
"compilerOptions"
:
{
"composite"
:
true
,
"outDir"
:
"dist"
,
"rootDir"
:
"src"
}
,
"include"
:
[
"src"
]
,
"references"
:
[
{
"path"
:
"../terra-draw"
}
]
}