Skip to content

Commit

Permalink
chore: setting types in tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandremgo committed Jan 29, 2024
1 parent ff3a3f8 commit cddbc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"paths": {
"@internal/*": ["src/internal/*"]
},
"types": ["w3c-web-hid"], // [ASK]: it should not be necessary - https://www.typescriptlang.org/tsconfig#types
"types": ["w3c-web-hid", "jest"], // [ASK]: it should not be necessary - https://www.typescriptlang.org/tsconfig#types
},
"include": ["src", "jest.*.ts"]
}

0 comments on commit cddbc09

Please sign in to comment.