1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 07:51:19 +01:00
RIOT/doc/starlight/tsconfig.json
AnnsAnn d511d60dae doc/guides: Getting Started
doc/guides: remove original windows guide
2025-04-29 18:39:57 +02:00

13 lines
275 B
JSON

{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@components/*": ["src/components/*"],
},
"types": ["astro/client", "astro/astro-jsx"]
}
}