Progress on contact form refactor from JS into Typescript

This commit is contained in:
badblocks 2026-01-13 22:24:46 -08:00
parent 72e57fb7ff
commit f5eac7145c
No known key found for this signature in database
7 changed files with 451 additions and 239 deletions

View file

@ -8,6 +8,8 @@
"@components/*": ["./src/components/*"],
"@layouts/*": ["./src/layouts/*"],
"@lib/*": ["./src/lib/*"],
"@pages/*": ["./src/pages/*"],
"@types/*": ["./src/types/*"],
},
"plugins": [
{