Skip to content

Commit 37930a3

Browse files
committed
fix(tsconfig): jest-dom type 삭제
1 parent c3f45de commit 37930a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"target": "es5",
44
"lib": ["dom", "dom.iterable", "esnext"],
5-
"types": ["jest", "jest-dom"],
5+
"types": ["jest"],
66
"allowJs": true,
77
"skipLibCheck": true,
88
"strict": true,

0 commit comments

Comments
 (0)