Skip to content

Commit 26e87e1

Browse files
committed
remove unused types field in tsconfig
1 parent 6877134 commit 26e87e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/jest-core/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
44
"rootDir": "src",
5-
"outDir": "build",
6-
"types": ["node"]
5+
"outDir": "build"
76
},
87
"include": ["./src/**/*"],
98
"exclude": ["./**/__tests__/**/*"],

0 commit comments

Comments
 (0)