More optimizations
All checks were successful
Docker Deploy / build-and-push (push) Successful in 5m6s

This commit is contained in:
2026-01-24 23:58:30 -07:00
parent 09fdbf7ec7
commit 0512645035
5 changed files with 230 additions and 170 deletions

View File

@@ -2,16 +2,13 @@
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
"jsxImportSource": "react-jsx",
},
"include": [
".astro/types.d.ts",
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.astro"
"src/**/*.astro",
],
"exclude": [
"node_modules",
"dist"
]
}
"exclude": ["node_modules", "dist"],
}