diff --git a/types/tsconfig.json b/types/tsconfig.json index 07fef18f7ff..36c5afee057 100644 --- a/types/tsconfig.json +++ b/types/tsconfig.json @@ -9,7 +9,6 @@ "jsx": "preserve", "strict": true, "noEmit": true, - "baseUrl": ".", "paths": { "vue": ["../index.d.ts"] } diff --git a/types/vue.d.ts b/types/vue.d.ts index ed5b1817453..aaf471dd2c1 100644 --- a/types/vue.d.ts +++ b/types/vue.d.ts @@ -14,7 +14,7 @@ import { VNode, VNodeData, VNodeChildren, NormalizedScopedSlot } from './vnode' import { PluginFunction, PluginObject } from './plugin' import { DefineComponent } from './v3-define-component' import { nextTick } from './v3-generated' -import { ComponentPublicInstance } from 'v3-component-public-instance' +import { ComponentPublicInstance } from './v3-component-public-instance' export interface CreateElement { (