From 47b9c1afad8bbd61b9630908f1c46b8decca9f75 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Wed, 27 Apr 2022 13:09:50 -0500 Subject: [PATCH] Add helpers alias --- jsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jsconfig.json b/jsconfig.json index f7796d1..58ea4eb 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -2,7 +2,8 @@ "compilerOptions": { "baseUrl": ".", "paths": { - "~/*": ["./*"] + "~/*": ["./*"], + "~/helpers": ["./helpers/*"] } } }