mirror of
https://github.com/visgl/react-map-gl.git
synced 2025-12-08 20:16:02 +00:00
13 lines
214 B
JSON
13 lines
214 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"rootDir": "src",
|
|
"outDir": "dist"
|
|
},
|
|
"references": [
|
|
]
|
|
}
|