diff --git a/web/tsconfig.json b/web/tsconfig.json index 364f802..f2ccfd3 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -21,6 +21,7 @@ ], "paths": { "@/*": ["./*"] + "@/components/*": ["./app/components/*"] } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],