mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-24 01:50:34 +03:00
fix: ssr types
This commit is contained in:
@@ -175,7 +175,7 @@ export default [
|
|||||||
file: `dist/${pkg.name}.d.ts`,
|
file: `dist/${pkg.name}.d.ts`,
|
||||||
format: 'es',
|
format: 'es',
|
||||||
banner: `${banner}
|
banner: `${banner}
|
||||||
/// <reference path="ssr.d.ts" />
|
/// <reference path="../ssr/index.d.ts" />
|
||||||
`
|
`
|
||||||
}],
|
}],
|
||||||
plugins: [dts()]
|
plugins: [dts()]
|
||||||
|
|||||||
Reference in New Issue
Block a user