revert(index): remove dist

This commit is contained in:
z0x 2025-01-31 19:28:29 -05:00
parent 6954620ea4
commit da8c87256d
22 changed files with 12 additions and 379 deletions

12
tsconfig.json Normal file
View file

@ -0,0 +1,12 @@
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"],
"compilerOptions": {
"strictNullChecks": true,
"baseUrl": ".",
"paths": {
"@*": ["./src/*"]
}
}
}