mirror of
https://github.com/Xevion/undefined.behavio.rs.git
synced 2025-12-06 01:16:46 -06:00
22 lines
391 B
JSON
22 lines
391 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@styles/*": [
|
|
"src/styles/*"
|
|
],
|
|
"@layouts/*": [
|
|
"src/layouts/*"
|
|
],
|
|
"@posts/*": [
|
|
"src/pages/posts/*"
|
|
],
|
|
"@components/*": [
|
|
"src/components/*"
|
|
]
|
|
},
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "react"
|
|
}
|
|
} |