Files
undefined.behavio.rs/tsconfig.json
2023-11-28 03:29:11 -06:00

22 lines
432 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"baseUrl": "/home/xevion/projects/undefined.behavio.rs",
"paths": {
"@styles/*": [
"src/styles/*"
],
"@layouts/*": [
"src/layouts/*"
],
"@posts/*": [
"src/pages/posts/*"
],
"@components/*": [
"src/components/*"
]
},
"jsx": "react-jsx",
"jsxImportSource": "react"
}
}