mirror of
https://github.com/zen-browser/www
synced 2026-04-25 17:14:56 +02:00
8 lines
126 B
JSON
8 lines
126 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "preact"
|
|
}
|
|
}
|