leaflet, react-leaflet, and @types/leaflet are peer dependencies of the map package. In CI, pnpm's strict isolation means they aren't accessible from the package directory during standalone tsc. Adding them as devDependencies ensures they're installed for typechecking while consumers still provide them at runtime via peer deps. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
8 lines
137 B
JSON
8 lines
137 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src"
|
|
},
|
|
"include": ["src"]
|
|
}
|