diff --git a/tsconfig.json b/tsconfig.json index 55cccbf..8f2577e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,7 +21,8 @@ "paths": { "@/*": ["./*"], "@components/*": ["./components/*"], - "@lib/*": ["lib/*"], + "@lib/*": ["./lib/*"], + "@styles/*": ["./styles/*"], } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],