diff --git a/apps/web/tsconfig.json b/apps/web/tsconfig.json index abf0a7d99a2..ae8f738581b 100644 --- a/apps/web/tsconfig.json +++ b/apps/web/tsconfig.json @@ -15,7 +15,8 @@ "incremental": true, "plugins": [{ "name": "next" }], "paths": { - "@/*": ["./*"] + "@/*": ["./*"], + "@repo/*": ["../../src/*"] } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],