Skip to content

Commit 9c3426b

Browse files
brooke-hamiltonchrmarti
authored andcommitted
test tsconfig for mocha type support in editor
Signed-off-by: Brooke Hamilton <[email protected]>
1 parent 3a28314 commit 9c3426b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/test/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"extends": "../../tsconfig.base.json",
33
"compilerOptions": {
4-
"resolveJsonModule": true
4+
"resolveJsonModule": true,
5+
"types": ["node", "mocha"]
56
},
67
"references": [
78
{

0 commit comments

Comments
 (0)