2023-08-31 00:30:45 +00:00
|
|
|
{
|
|
|
|
"extends": "astro/tsconfigs/strictest",
|
|
|
|
"compilerOptions": {
|
2024-12-27 08:41:59 +00:00
|
|
|
// "moduleResolution": "bundler",
|
2023-09-08 10:10:52 +00:00
|
|
|
"strictNullChecks": true,
|
|
|
|
"jsx": "react-jsx"
|
2024-12-27 08:41:59 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"include": [".astro/types.d.ts", "**/*"],
|
|
|
|
"exclude": ["dist"]
|
2023-08-31 03:47:22 +00:00
|
|
|
}
|