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": [