From 1652e99f8a6ab9feacde494a564ac755c719e597 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Wed, 4 May 2022 19:30:02 -0500 Subject: [PATCH] Add ~astro alias --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/*"] } } }