mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 11:27:45 +01:00
13 lines
258 B
Text
13 lines
258 B
Text
{
|
|
"presets": ["env", "react"],
|
|
"plugins": ["transform-object-rest-spread", "transform-class-properties"],
|
|
"env": {
|
|
"test": {
|
|
"plugins": [
|
|
["istanbul", {
|
|
exclude: ["node_modules/**", "test/**"]
|
|
}]
|
|
]
|
|
}
|
|
}
|
|
}
|