We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb8d67 commit 6697de6Copy full SHA for 6697de6
packages/core/src/utils/extension.ts
@@ -1,4 +1,4 @@
1
-import type { Format, PkgJson } from 'src/types';
+import type { Format, PkgJson } from '../types';
2
import { logger } from './logger';
3
4
export const getDefaultExtension = (options: {
0 commit comments