diff --git a/examples/vue/tsconfig.json b/examples/vue/tsconfig.json index 17ba6bd83..46f8264cc 100644 --- a/examples/vue/tsconfig.json +++ b/examples/vue/tsconfig.json @@ -11,7 +11,8 @@ "esModuleInterop": true, "lib": ["ESNext", "DOM"], "skipLibCheck": true, - "noEmit": true + "noEmit": true, + "types": ["@farmfe/core/client"] }, "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.vue", "farm.config.ts"] }