diff --git a/jest.config.ts b/jest.config.js similarity index 57% rename from jest.config.ts rename to jest.config.js index 77f6006..c5fbec6 100644 --- a/jest.config.ts +++ b/jest.config.js @@ -1,6 +1,5 @@ -import type { Config } from "jest"; - -const config: Config = { +/** @type {import('jest').Config} */ +const config = { transform: { "^.+\\.(t|j)sx?$": "@swc/jest", },