Skip to content

Commit 6697de6

Browse files
authored
fix(type): import 'src' in core (#110)
1 parent fbb8d67 commit 6697de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/utils/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Format, PkgJson } from 'src/types';
1+
import type { Format, PkgJson } from '../types';
22
import { logger } from './logger';
33

44
export const getDefaultExtension = (options: {

0 commit comments

Comments
 (0)