Skip to content

Commit 66ca5c5

Browse files
committed
🐛 add a type annotation to help TS
1 parent bc2daae commit 66ca5c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/create-configs/src/steps/language-configuration.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ export function _generate_jest_config({
220220
content: stripIndent`
221221
import { config } from '${deps.d.depend('@code-style/jest-configs', { v })}/${config}';
222222
223+
/** @type import('jest').Config */
223224
export default config;
224225
`,
225226
dependencies: deps,

0 commit comments

Comments
 (0)