mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 08:55:32 +02:00
12 lines
248 B
JSON
12 lines
248 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "preact",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/*": ["./src/*"]
|
|
},
|
|
"types": ["@vitest/browser/providers/playwright"]
|
|
}
|
|
}
|