Skip to content

Commit 4f5cfc3

Browse files
committed
build: include jest types and add isolatedModules in tsconfig
1 parent 9467f28 commit 4f5cfc3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"rootDir": "./",
77
"strict": true,
88
"moduleResolution": "nodenext",
9-
"esModuleInterop": true
9+
"esModuleInterop": true,
10+
"isolatedModules": false,
11+
"types": ["node", "jest"]
1012
},
1113
"exclude": ["node_modules"]
1214
}

0 commit comments

Comments
 (0)