diff options
Diffstat (limited to 'apps/web/tsconfig.json')
| -rw-r--r-- | apps/web/tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/web/tsconfig.json b/apps/web/tsconfig.json index 63996482..35e6a20c 100644 --- a/apps/web/tsconfig.json +++ b/apps/web/tsconfig.json @@ -18,7 +18,8 @@ "**/*.tsx", ".next/types/**/*.ts", "../../packages/ui/", - "../../packages/shared-types/utils.ts" + "../../packages/shared-types/utils.ts", + "./components" ], "exclude": ["node_modules/"] } |