mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-18 15:54:22 +00:00
16 lines
275 B
JSON
16 lines
275 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"jsx": "react",
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "node",
|
|
"module": "ES2020"
|
|
},
|
|
"include":[
|
|
"examples/**/*",
|
|
"src/**/*",
|
|
"test/**/*"
|
|
]
|
|
}
|