diff --git a/tsconfig.json b/tsconfig.json index 0b36545..345359d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,8 @@ "baseUrl": ".", "paths": { "~/*": ["./*"], - "~helpers": ["./helpers/*"] + "~helpers": ["./helpers/*"], + "~astro": ["./src/*"] } } }