chore(frontend): add @types/geojson dependency

Add GeoJSON type definitions for TypeScript support.

- Add @types/geojson package dependency
- Add 'geojson' to tsconfig types array

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-06-20 16:59:51 +01:00
co-authored by Sisyphus
parent 059c578775
commit 39ac944994
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"moduleResolution": "bundler"
"moduleResolution": "bundler",
"types": ["geojson"]
}
// Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias
// except $lib which is handled by https://svelte.dev/docs/kit/configuration#files