Skip to content

Commit 8c4c297

Browse files
committed
fix(jest.config.js): update swc type import
1 parent adddd61 commit 8c4c297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @ts-check
22

33
/**
4-
* @type {import('@swc/core/types').Options}
4+
* @type {import('@swc/core').Options}
55
*/
66
const swcConfig = {
77
module: {

0 commit comments

Comments
 (0)