diff --git a/tsconfig.json b/tsconfig.json index 30cf17b..fbd6542 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,10 @@ { "extends": "astro/tsconfigs/strict", "compilerOptions": { - "jsx": "preserve" + "jsx": "preserve", + "baseUrl": ".", + "paths": { + "@/*": ["src/*"] + } } -} \ No newline at end of file +}