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