ruds.io/tsconfig.json
Rudra Saraswat 16dba10451
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled
feat: initial commit
2025-05-30 00:12:32 +01:00

5 lines
109 B
JSON

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