diff --git a/packages/editor-ui/package.json b/packages/editor-ui/package.json index 795f1807d4336..eed011ddbb6fc 100644 --- a/packages/editor-ui/package.json +++ b/packages/editor-ui/package.json @@ -16,7 +16,7 @@ "scripts": { "clean": "rimraf dist .turbo", "build": "cross-env VUE_APP_PUBLIC_PATH=\"/{{BASE_PATH}}/\" NODE_OPTIONS=\"--max-old-space-size=8192\" vite build", - "typecheck": "vue-tsc --emitDeclarationOnly", + "typecheck": "vue-tsc", "dev": "pnpm serve", "lint": "eslint src --ext .js,.ts,.vue --quiet", "lintfix": "eslint src --ext .js,.ts,.vue --fix", diff --git a/packages/editor-ui/src/App.vue b/packages/editor-ui/src/App.vue index d818ab67754fa..ab2943e8ef98f 100644 --- a/packages/editor-ui/src/App.vue +++ b/packages/editor-ui/src/App.vue @@ -35,6 +35,8 @@