mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-18 15:54:22 +00:00
15 lines
240 B
JSON
15 lines
240 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"jsx": "react",
|
|
"moduleResolution": "node",
|
|
"module": "ES2020",
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"outDir": "./dist/esm"
|
|
},
|
|
"include":[
|
|
"src/**/*"
|
|
]
|
|
}
|