feat: update tsconfig for v8
Some checks failed
test-build / guarddog (push) Successful in 2m57s
test-build / build (push) Has been cancelled
renovate / renovate (push) Successful in 1m33s

This commit is contained in:
2026-04-07 18:54:50 -05:00
parent 75025890ef
commit 5c4a10acac

View File

@@ -14,14 +14,13 @@
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"baseUrl": ".",
"plugins": [
{
"name": "next"
}
],
"paths": {
"@/*": ["src/*"]
"@/*": ["./src/*"]
}
},
"include": [".astro/types.d.ts", "**/*"],