Skip to content

Commit 49ad3ad

Browse files
committed
refactor: fix types path
1 parent 76a0d27 commit 49ad3ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/core/default-locale.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import escapeStringRegexp from 'escape-string-regexp'
2-
import type { Options } from '../index'
2+
import type { Options } from './types'
33
import type { Plugin } from 'esbuild'
44

55
export function getLocaleRE(options: Options): RegExp {

src/core/style.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { init, parse, type ImportSpecifier } from 'es-module-lexer'
22
import MagicString from 'magic-string'
3-
import type { Options } from '../index'
3+
import type { Options } from './types'
44

55
type FormatType = 'cjs' | 'esm'
66

0 commit comments

Comments
 (0)