mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
13 lines
257 B
JSON
13 lines
257 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2021",
|
|
"lib": ["es2021", "dom"],
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"paths": {
|
|
},
|
|
"types": ["node"],
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["*.ts","test/*.ts"]
|
|
} |