mirror of
https://github.com/remvze/moodist.git
synced 2026-01-09 05:30:37 -05:00
13 lines
256 B
JSON
13 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"]
|
|
}
|
|
}
|