UNPKG
protomaps-themes-base
Version:
latest (4.5.0)
next (3.1.0-alpha.0)
4.5.0
4.4.0
4.3.1
4.3.0
4.2.0
4.1.0
4.0.1
4.0.0
3.1.0
3.1.0-alpha.0
3.0.1
3.0.0
2.0.0
2.0.0-alpha.6
2.0.0-alpha.5
2.0.0-alpha.4
2.0.0-alpha.3
2.0.0-alpha.2
2.0.0-alpha.1
2.0.0-alpha.0
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.0
0.2.0
0.1.0
0.0.3
0.0.2
0.0.1
Protomaps basemap themes for MapLibre GL JS
github.com/protomaps/basemaps
protomaps/basemaps
protomaps-themes-base
/
tsconfig.json
12 lines
•
198 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"target"
:
"es6"
,
"lib"
:
[
"es2020"
,
"dom"
]
,
"strict"
:
true
,
"moduleResolution"
:
"node"
,
"paths"
:
{
}
,
"types"
:
[
]
}
,
"include"
:
[
"src/*.ts"
]
}