From e6bd48bda3237c949a70a537e9e5a17c5b327eac Mon Sep 17 00:00:00 2001 From: Fayorg Date: Wed, 6 Dec 2023 00:22:05 +0100 Subject: [PATCH] fix: tsconfig leading ./ not set --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index bef319b..74959af 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,7 +21,7 @@ "paths": { "@/*": ["./*"], "@components/*": ["./components/*"], - "@lib/*": ["lib/*"], + "@lib/*": ["./lib/*"], "@styles/*": ["/styles/*"], } },