From 97323ac21ee15f2d8ef0bd3dd016a4c50842d4bb Mon Sep 17 00:00:00 2001 From: Warren James Date: Wed, 29 Jan 2025 15:49:38 -0500 Subject: [PATCH] add type annotation --- .mocharc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.mocharc.js b/.mocharc.js index 00525987..c0be9921 100644 --- a/.mocharc.js +++ b/.mocharc.js @@ -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'],