We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eacaf0 commit bdf2eebCopy full SHA for bdf2eeb
tsconfig.json
@@ -3,7 +3,7 @@
3
"target": "ES2020",
4
"module": "ESNext",
5
"lib": ["ES2020", "DOM"],
6
- "types": ["node"],
+ "types": ["node", "jest"],
7
"outDir": "./dist",
8
"rootDir": "./src",
9
"strict": true,
0 commit comments