Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Cl0v1s authored Nov 9, 2022
1 parent 0bc65e5 commit 77606fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"resolveJsonModule": true,
"experimentalDecorators": true,
"esModuleInterop": true,
"typeRoots": [ "./types", "./node_modules/@types"]
"typeRoots": [ "./types", "./node_modules/@types"],
"types": ["node", "jest", "@testing-library/jest-dom"]
}
}

0 comments on commit 77606fc

Please sign in to comment.