mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-25 16:02:50 +00:00
15 lines
269 B
JSON
15 lines
269 B
JSON
{
|
|
"compilerOptions": {
|
|
"build": true,
|
|
"target": "es5",
|
|
"jsx": "react",
|
|
"moduleResolution": "node",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"outDir": "./dist/es5"
|
|
},
|
|
"include": [
|
|
"src/*"
|
|
]
|
|
} |