moodist/tsconfig.json
2023-10-05 16:55:55 +03:30

12 lines
192 B
JSON

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