UNPKG
terra-draw-maplibre-gl-adapter
Version:
latest (1.4.1)
1.4.1
1.4.0
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Terra Draw Adapter for Maplibre GL JS
github.com/JamesLMilner/terra-draw
JamesLMilner/terra-draw
terra-draw-maplibre-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"
}
]
}