Compare commits

...
2 Commits
Author SHA1 Message Date
patrick 51edf5f297 chore: remove deprecated baseUrl from tsconfig 2026-08-02 21:07:18 -04:00
patrick 0fd27716af chore: update resume 2026-08-02 21:07:18 -04:00
2 changed files with 0 additions and 1 deletions
Binary file not shown.
-1
View File
@@ -2,7 +2,6 @@
"extends": "astro/tsconfigs/strict", "extends": "astro/tsconfigs/strict",
"compilerOptions": { "compilerOptions": {
"strictNullChecks": true, "strictNullChecks": true,
"baseUrl": ".",
"paths": { "paths": {
"@/*": ["./src/*"] "@/*": ["./src/*"]
}, },