docs/tsconfig.json
Alois 0a49531a71
Some checks failed
Deploy to GitHub Pages / Deploy to GitHub Pages (push) Has been cancelled
Sync
2026-04-02 22:34:56 +02:00

5 lines
114 B
JSON

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