Skip to content

Commit 39c060c

Browse files
committed
Update TS configuration.
1 parent 6aa32ec commit 39c060c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/node-integration-tests/tsconfig.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
{
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
4-
"allowSyntheticDefaultImports": true,
54
"esModuleInterop": true,
6-
"moduleResolution": "node",
7-
"noEmit": false,
8-
"strict": true,
9-
"types": ["jest"]
5+
"types": ["jest", "node"]
106
},
117
"include": ["**/*.ts", "jest.config.js"],
128
"exclude": ["node_modules"]

0 commit comments

Comments
 (0)