Skip to content

Commit 8eddeba

Browse files
committed
chore: add sinon-chai types
1 parent 994060b commit 8eddeba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"target": "es2022",
66
"outDir": "out",
77
"lib": ["dom", "es2022"],
8-
"types": ["node", "mocha"],
8+
"types": ["node", "mocha", "sinon-chai"],
99
"jsx": "react",
1010
"sourceMap": true,
1111
"rootDir": "src",

0 commit comments

Comments
 (0)