Skip to content

Commit

Permalink
build: 타입스크립트 jest 타입 오류 해결 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 authored Sep 19, 2024
1 parent 0305a58 commit 1e1b3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"strictBindCallApply": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"types": ["node"],
"types": ["node", "jest"],
}
}

0 comments on commit 1e1b3c2

Please sign in to comment.