Files
janoclaw-home/tsconfig.json
Janoclaw 2043ad5250 feat: add Astro source code
- Proper Astro project structure
- Nav, hero, GPG badge, status indicator
- Inter + JetBrains Mono fonts
2026-04-15 07:02:57 +00:00

6 lines
109 B
JSON

{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}