mirror of
https://github.com/withastro/astro.git
synced 2025-02-10 22:38:53 -05:00
7 lines
126 B
JSON
7 lines
126 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "preact"
|
|
}
|
|
}
|