mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-25 16:02:50 +00:00
19 lines
345 B
JSON
19 lines
345 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"module": "es2020",
|
|
"jsx": "react",
|
|
"allowJs": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"noEmit": true
|
|
},
|
|
"include":[
|
|
"examples/**/*",
|
|
"src/**/*",
|
|
"test/**/*"
|
|
]
|
|
}
|