Skip to content

Commit

Permalink
fix: typescript can't correct resolve .d.ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
liuweiGL committed Nov 20, 2023
1 parent 43e2831 commit 363d66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { createLogger, type PluginOption } from 'vite'

import { PLUGIN_NAME } from './lib/constant'
import { getDefaultHosts } from './lib/util'
import Mkcert, { MkcertBaseOptions } from './mkcert'
import Mkcert, { MkcertBaseOptions } from './mkcert/index'

export { BaseSource, type SourceInfo } from './mkcert/source'

Expand Down

0 comments on commit 363d66a

Please # to comment.