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