10 lines
192 B
JSON
10 lines
192 B
JSON
|
|
{
|
||
|
|
"extends": "astro/tsconfigs/strict",
|
||
|
|
"compilerOptions": {
|
||
|
|
"jsx": "react-jsx",
|
||
|
|
"jsxImportSource": "react"
|
||
|
|
},
|
||
|
|
"include": [".astro/types.d.ts", "**/*"],
|
||
|
|
"exclude": ["dist"]
|
||
|
|
}
|