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