react-map-gl/modules/main/tsconfig.json
2025-01-27 16:06:44 -08:00

15 lines
281 B
JSON

{
"extends": "../../tsconfig.json",
"include": ["src/**/*"],
"exclude": ["node_modules"],
"compilerOptions": {
"composite": true,
"rootDir": "src",
"outDir": "dist"
},
"references": [
{"path": "../react-mapbox"},
{"path": "../react-maplibre"}
]
}