maplibre-gl-style-switcher
Version:
Mapbox GL JS Style Switcher fork for Maplibre GL
22 lines (21 loc) • 480 B
JSON
{
"compilerOptions": {
"alwaysStrict": true,
"baseUrl": ".",
"declaration": true,
"experimentalDecorators": true,
"lib": ["dom", "ES2023"],
"allowSyntheticDefaultImports": true,
"module": "ESNext",
"moduleResolution": "node",
"noImplicitThis": true,
"noUnusedLocals": true,
"outDir": "./dist/",
"preserveConstEnums": true,
"removeComments": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"sourceMap": true,
"target": "ES2020"
}
}