UNPKG
ol-mbtiles
Version:
latest (3.3.0)
3.3.0
3.2.0
3.1.0
3.0.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
1.0.0
MBTiles format reader for Openlayers
github.com/mmomtchev/ol-mbtiles
mmomtchev/ol-mbtiles
ol-mbtiles
/
.mocharc.json
17 lines
(16 loc)
•
289 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"spec"
:
"test/*.test.ts"
,
"require"
:
[
"ts-node/register"
,
"tsconfig-paths/register.js"
,
"test/setup.ts"
]
,
"reporter"
:
"tap"
,
"timeout"
:
40000
,
"v8-expose-gc"
:
true
,
"loader"
:
"ts-node/esm"
,
"node-option"
:
[
"no-warnings"
,
"loader=ts-node/esm"
]
}