Skip to content

Commit

Permalink
add type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
W-A-James committed Jan 29, 2025
1 parent 972d67d commit 97323ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .mocharc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ if (Number(major) >= 23) {
nodeOptions.push('no-experimental-strip-types');
}

/** @type {import("mocha").MochaOptions} */
module.exports = {
require: ['source-map-support/register', 'ts-node/register'],
extension: ['js', 'ts'],
Expand Down

0 comments on commit 97323ac

Please sign in to comment.