diff --git a/tsconfig.json b/tsconfig.json index 85ea808..f6f1875 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,8 +16,7 @@ "incremental": true, "baseUrl": ".", "paths": { - "@/styles/*": ["styles/*"], - "@/components/*": ["components/*"] + "@/*": ["styles/*", "components/*"] } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],