@maticoapp/deck.gl-pmtiles
Version:
This repo provides a typed Deck.gl layer and loader for PMTiles data. PMTiles data provides a serverless and compact way to store tile geospatial data. Combined with Deck.gl's rendering, this provides a flexible and powerful way to cheaply manage geospati
30 lines • 763 B
JSON
{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react",
"module": "esnext",
"moduleResolution": "node",
"noImplicitAny": false,
"allowJs": true,
"outDir": "example/public/dist",
"preserveConstEnums": true,
"baseUrl": "./src/",
"allowSyntheticDefaultImports":true,
"target": "es6",
"declaration": true,
"declarationDir": "example/public/dist",
"skipLibCheck": true,
"strict": true,
"checkJs": false,
"esModuleInterop": true,
"noEmit": true,
"resolveJsonModule": true,
},
"exclude": [
"node_modules",
"example/public/dist/**/*",
"example/*"
]
}