diff --git a/apps/client/tsconfig.json b/apps/client/tsconfig.json index 4bbe5058..b115b436 100644 --- a/apps/client/tsconfig.json +++ b/apps/client/tsconfig.json @@ -9,7 +9,7 @@ "baseUrl": ".", "paths": { "@/*": ["app/*"], - "@styled-system/*": ["./styled-system/*"], + "@styled-system/*": ["./styled-system/*"] } }, "include": [ @@ -18,6 +18,6 @@ "**/*.ts", "**/*.tsx", ".next/types/**/*.ts" -, "jest.config.cjs" ], + ], "exclude": ["node_modules"] }