From 6ad3a8fde48270ff8590b06b6486aa3c2f010c3b Mon Sep 17 00:00:00 2001 From: Aditya Thakral Date: Wed, 11 Aug 2021 19:00:11 -0400 Subject: [PATCH] Add an alias for /lib --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index dbd43f6b..dd42be47 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,7 +25,8 @@ "strictPropertyInitialization": true, "strictFunctionTypes": true, "paths": { - "@/components/*": ["components/*"] + "@/components/*": ["components/*"], + "@/lib/*": ["lib/*"] } }, "include": [