UNPKG
@webwriter/map
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.3
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
Geographical map with different terrain options including custom tiling, and GeoJSON support.
@webwriter/map
/
tsconfig.json
14 lines
•
270 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"moduleResolution"
:
"Bundler"
,
"module"
:
"ES2022"
,
"target"
:
"es2022"
,
"lib"
:
[
"ES2020"
,
"DOM"
,
"DOM.Iterable"
]
,
"experimentalDecorators"
:
false
,
"useDefineForClassFields"
:
false
}
}