mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 00:05:36 +02:00
15 lines
243 B
JSON
15 lines
243 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"include": [
|
|
".astro/types.d.ts",
|
|
"**/*"
|
|
],
|
|
"exclude": [
|
|
"dist"
|
|
],
|
|
"compilerOptions": {
|
|
"strictNullChecks": true,
|
|
"jsx": "preserve",
|
|
"jsxImportSource": "solid-js"
|
|
}
|
|
} |