The leaflet CSS side-effect import fails standalone tsc (works under Vite). Enable allowArbitraryExtensions so tsc accepts .css imports. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
9 lines
175 B
JSON
9 lines
175 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"allowArbitraryExtensions": true
|
|
},
|
|
"include": ["src"]
|
|
}
|