diff --git a/astro/tsconfig.json b/astro/tsconfig.json index 3832a3d..a1563b6 100644 --- a/astro/tsconfig.json +++ b/astro/tsconfig.json @@ -9,6 +9,9 @@ ], "compilerOptions": { "jsx": "react-jsx", - "jsxImportSource": "preact" + "jsxImportSource": "preact", + "paths": { + "@/*": ["./*"] + } } } \ No newline at end of file