astro_advokat/tsconfig.json
2026-03-30 20:21:41 +05:00

10 lines
No EOL
219 B
JSON

{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"],
"compilerOptions": {
"jsx": "preserve",
"jsxImportSource": "solid-js",
"skipLibCheck": true
}
}