Files
stats/packages/sdks/astro/tsconfig.json
Carl-Gerhard Lindesvärd 860223f22e chore: use ultacite
2026-02-14 10:42:38 +00:00

15 lines
256 B
JSON

{
"extends": "astro/tsconfigs/strict",
"plugins": [
{
"name": "@astrojs/ts-plugin"
}
],
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"],
"compilerOptions": {
"jsx": "preserve",
"strictNullChecks": true
}
}