We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9289e commit e142517Copy full SHA for e142517
2 files changed
packages/devtools-vite/package.json
@@ -33,8 +33,7 @@
33
"dev": "pnpm run -r stub && ROLLDOWN_OPTIONS_VALIDATION=loose nuxi dev src",
34
"dev:prepare": "nuxi prepare src",
35
"prepack": "pnpm build",
36
- "start": "node ./bin.mjs",
37
- "typecheck": "vue-tsc -b --noEmit"
+ "start": "node ./bin.mjs"
38
},
39
"dependencies": {
40
"@rolldown/debug": "catalog:deps",
packages/devtools-vite/src/nuxt.config.ts
@@ -134,7 +134,7 @@ export default defineNuxtConfig({
134
types: ['chrome'], // for devtools-webext package
135
136
137
- includeWorkspace: true,
+ typeCheck: true,
138
139
140
compatibilityDate: '2024-07-17',
0 commit comments