Skip to content

Commit

Permalink
fix(web): more tsconfig adjustments
Browse files Browse the repository at this point in the history
Needed to make tests works as expected.

See https://stackoverflow.com/a/61636112
  • Loading branch information
dgdavid committed Jul 22, 2024
1 parent 1896c03 commit 5f484e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"allowJs": true,
"jsx": "react",
"allowSyntheticDefaultImports": true,
"types": ["node", "jest", "@testing-library/jest-dom"],
"paths": {
"~/*": ["src/*"],
"~/client": ["src/client/index.js"],
Expand Down

0 comments on commit 5f484e1

Please sign in to comment.