Skip to content

Commit ab5a95e

Browse files
committed
remove node from types in tsconfig.jest.json
1 parent a614f8c commit ab5a95e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ui/src/tsconfig.jest.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"module": "commonjs",
1010
"target": "es5",
1111
"types": [
12-
"jest",
13-
"node"
12+
"jest"
1413
],
1514
"jsx": "react"
1615
},

0 commit comments

Comments
 (0)