mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
7 lines
125 B
JSON
7 lines
125 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "react"
|
|
}
|
|
}
|