fix(editor): Fix typechecking with vue-tsc 2.x (no-changelog) (#8892)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-03-15 12:10:19 +01:00
committed by GitHub
parent c4c319d7cf
commit 80c4bc443a
6 changed files with 47 additions and 77 deletions

View File

@@ -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",
"typecheck": "vue-tsc --noEmit",
"dev": "pnpm serve",
"lint": "eslint src --ext .js,.ts,.vue --quiet",
"lintfix": "eslint src --ext .js,.ts,.vue --fix",