mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
make tsconfigs consistent
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2020",
|
||||
"target": "es2021",
|
||||
"strict": true,
|
||||
"preserveConstEnums": true,
|
||||
"noEmit": true,
|
||||
"sourceMap": false,
|
||||
"module":"commonjs",
|
||||
"module":"es2022",
|
||||
"moduleResolution":"node",
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
|
||||
Reference in New Issue
Block a user