mapbox-layer-switcher
Version:
Mapbox GL Layer Switcher
23 lines • 596 B
JSON
{
"compilerOptions": {
"alwaysStrict": true,
"baseUrl": ".",
"declaration": true,
"experimentalDecorators": true,
"lib": [
"dom",
"es2017"
],
"module": "commonjs",
"moduleResolution": "node",
"noImplicitThis": true,
"noUnusedLocals": true,
"outDir": "./dist/",
"preserveConstEnums": true,
"removeComments": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"sourceMap": true,
"target": "es6"
}
}