diff --git a/apps/rowboat/tsconfig.json b/apps/rowboat/tsconfig.json index bb5584ed..e7ff90fd 100644 --- a/apps/rowboat/tsconfig.json +++ b/apps/rowboat/tsconfig.json @@ -16,7 +16,10 @@ { "name": "next" } - ] + ], + "paths": { + "@/*": ["./*"] + } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], "exclude": ["node_modules"]