mirror of
https://github.com/remvze/moodist.git
synced 2025-09-29 15:30:49 -04:00
12 lines
192 B
JSON
12 lines
192 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "react",
|
|
"baseUrl": "./src",
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
}
|
|
}
|
|
}
|