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