blog/tsconfig.json
Michael Zhang f852b5f1a5
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
upgrade to astro 5.0
2024-12-27 03:41:59 -05:00

11 lines
232 B
JSON

{
"extends": "astro/tsconfigs/strictest",
"compilerOptions": {
// "moduleResolution": "bundler",
"strictNullChecks": true,
"jsx": "react-jsx"
},
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}