Skip to content

Commit

Permalink
ci: process.env 사용을 위한 타입 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
ImxYJL committed Jul 24, 2024
1 parent 84c5e69 commit 992dc53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@/*": ["src/*"]
},
"jsxImportSource": "@emotion/react",
"types": ["jest", "@testing-library/jest-dom"]
"types": ["node", "jest", "@testing-library/jest-dom"]
},
"include": ["src", "**/*.tsx", "types.d.ts"],
"exclude": ["node_modules", "dist"]
Expand Down

0 comments on commit 992dc53

Please sign in to comment.