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