From 5e153cc30640b821a9368b1b305afc48575c771b Mon Sep 17 00:00:00 2001 From: chimurai <655241+chimurai@users.noreply.github.com> Date: Sat, 13 Jan 2024 13:11:04 +0000 Subject: [PATCH] chore: add jest config type --- jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.js b/jest.config.js index d4c9e38..3bb6e8f 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,3 +1,4 @@ +/** @type {import('jest').Config} */ module.exports = { automock: false, transform: {"\\.ts$": ['ts-jest']},