Skip to content

Commit

Permalink
chore: fix mocha types entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ProteanCoding committed Apr 18, 2024
1 parent 1ca1c56 commit 629ce09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser-interface/test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"strictNullChecks": true,
"lib": ["es2020", "dom"],
"baseUrl": "../packages",
"types": ["mocha", "@dcl/posix"],
"types": ["@types/mocha", "@dcl/posix"],
"typeRoots": ["../node_modules/"]
},
"exclude": ["../packages/engine"],
Expand Down

0 comments on commit 629ce09

Please sign in to comment.