mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 02:41:09 +00:00
* change ol-pmtiles to TypeScript [#444] * olpmtiles: 1.0.0 * accept either a string or pmtiles.Source for the url option * package.json works for ESM/CJS/IIFE [#312, #443] * replace npm install with npm ci on github actions
13 lines
243 B
JSON
13 lines
243 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2021",
|
|
"lib": ["es2021", "dom"],
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"paths": {
|
|
},
|
|
"types": [],
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["src/*.ts"]
|
|
} |