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