Skip to content

Commit 9056beb

Browse files
committed
chore: update tsconfig.node.json to include .mjs config files
Replace .cjs with .mjs in include pattern
1 parent 64adfb8 commit 9056beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.node.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"noUncheckedSideEffectImports": true,
2222
"allowJs": true
2323
},
24-
"include": ["*.config.cjs", "*.config.js", "*.config.ts"]
24+
"include": ["*.config.mjs", "*.config.js", "*.config.ts"]
2525
}

0 commit comments

Comments
 (0)