mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-18 15:54:22 +00:00
17 lines
237 B
JSON
17 lines
237 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2018",
|
|
"jsx": "react",
|
|
"moduleResolution": "node",
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"noEmit": true
|
|
},
|
|
"include":[
|
|
"src/*"
|
|
],
|
|
"exclude":[
|
|
"node_modules"
|
|
]
|
|
}
|