mirror of
https://github.com/Xevion/undefined.behavio.rs.git
synced 2025-12-06 03:16:56 -06:00
React integration config
This commit is contained in:
@@ -1,12 +1,22 @@
|
||||
{
|
||||
"extends": "astro/tsconfigs/strict",
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"baseUrl": "/home/xevion/projects/undefined.behavio.rs",
|
||||
"paths": {
|
||||
"@styles/*": ["src/styles/*"],
|
||||
"@layouts/*": ["src/layouts/*"],
|
||||
"@posts/*": ["src/pages/posts/*"],
|
||||
"@components/*": ["src/components/*"]
|
||||
}
|
||||
"@styles/*": [
|
||||
"src/styles/*"
|
||||
],
|
||||
"@layouts/*": [
|
||||
"src/layouts/*"
|
||||
],
|
||||
"@posts/*": [
|
||||
"src/pages/posts/*"
|
||||
],
|
||||
"@components/*": [
|
||||
"src/components/*"
|
||||
]
|
||||
},
|
||||
"jsx": "react-jsx",
|
||||
"jsxImportSource": "react"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user