mirror of
https://github.com/visgl/react-map-gl.git
synced 2025-12-08 20:16:02 +00:00
11 lines
235 B
JSON
11 lines
235 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"jsx": "react",
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "node",
|
|
"module": "ES2020",
|
|
"sourceMap": true
|
|
}
|
|
} |