Add @ path to tsconfig

This commit is contained in:
Quinn Hegeman
2026-03-07 17:20:15 +01:00
parent 5caf0424cc
commit 025a84b2ef

View File

@@ -9,6 +9,9 @@
], ],
"compilerOptions": { "compilerOptions": {
"jsx": "react-jsx", "jsx": "react-jsx",
"jsxImportSource": "preact" "jsxImportSource": "preact",
"paths": {
"@/*": ["./*"]
}
} }
} }