mirror of
https://github.com/remvze/moodist.git
synced 2025-12-16 16:34:14 +00:00
12 lines
256 B
JSON
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"]
|
|
}
|
|
}
|