mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 14:26:58 -04:00
8 lines
150 B
JSON
8 lines
150 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"skipLibCheck": true,
|
|
"jsxImportSource": "react"
|
|
}
|
|
} |