mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-10 21:28:31 +00:00
8 lines
150 B
JSON
8 lines
150 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"skipLibCheck": true,
|
|
"jsxImportSource": "react"
|
|
}
|
|
} |