mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 08:54:13 +00:00
11 lines
192 B
JSON
11 lines
192 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "react",
|
|
"baseUrl": "./src",
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
}
|
|
}
|
|
}
|