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 8155081 commit 79dbfd5Copy full SHA for 79dbfd5
packages/jest-core/tsconfig.json
@@ -2,7 +2,8 @@
2
"extends": "../../tsconfig.json",
3
"compilerOptions": {
4
"rootDir": "src",
5
- "outDir": "build"
+ "outDir": "build",
6
+ "types": ["node"]
7
},
8
"include": ["./src/**/*"],
9
"exclude": ["./**/__tests__/**/*"],
0 commit comments