www/tsconfig.json
2025-05-28 13:43:44 +12:00

13 lines
289 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react",
"baseUrl": ".",
"paths": {
"~/*": ["./src/*"]
},
"types": ["@vitest/browser/providers/playwright"]
},
"suppressImplicitAnyIndexErrors": true
}