moodist/tsconfig.json
2025-03-25 17:09:19 +03:30

12 lines
256 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react",
"baseUrl": "./src",
"paths": {
"@/*": ["./*"]
},
"types": ["vite-plugin-pwa/react", "vite-plugin-pwa/info"]
}
}