Skip to content

Commit 79dbfd5

Browse files
committed
Remove pnpapi from types
1 parent 8155081 commit 79dbfd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/jest-core/tsconfig.json

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

0 commit comments

Comments
 (0)