mirror of
https://codeberg.org/theamazing0/portfolio.git
synced 2025-10-29 18:02:18 -04:00
5 lines
109 B
JSON
5 lines
109 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"include": [".astro/types.d.ts", "**/*"],
|
|
"exclude": ["dist"]
|
|
}
|