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/*"] } } }