chore: add path alias

This commit is contained in:
MAZE
2023-10-05 16:55:55 +03:30
parent afc330eef0
commit 123839d166
5 changed files with 94 additions and 118 deletions

View File

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