Skip to content

Commit

Permalink
chore: client jest 관련 속성 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
ghdtjgus76 committed Aug 12, 2024
1 parent 31b5abe commit 2f1df76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"baseUrl": ".",
"paths": {
"@/*": ["app/*"],
"@styled-system/*": ["./styled-system/*"],
"@styled-system/*": ["./styled-system/*"]
}
},
"include": [
Expand All @@ -18,6 +18,6 @@
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts"
, "jest.config.cjs" ],
],
"exclude": ["node_modules"]
}

0 comments on commit 2f1df76

Please sign in to comment.