File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed
Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1313 "lint" : " pnpm -C packages/devtools run dev:prepare && eslint ." ,
1414 "test" : " vitest" ,
1515 "release" : " bumpp -r && pnpm publish -r" ,
16- "typecheck" : " vue-tsc --noEmit"
16+ "typecheck" : " vue-tsc -b - -noEmit"
1717 },
1818 "devDependencies" : {
1919 "@antfu/eslint-config" : " catalog:devtools" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ {
2+ "references" : [
3+ { "path" : " ./src/.nuxt/tsconfig.app.json" },
4+ { "path" : " ./src/.nuxt/tsconfig.server.json" },
5+ { "path" : " ./src/.nuxt/tsconfig.shared.json" },
6+ { "path" : " ./src/.nuxt/tsconfig.node.json" }
7+ ],
8+ "files" : []
9+ }
Original file line number Diff line number Diff line change 11{
2- "extends" : " ./packages/devtools/src/.nuxt/ tsconfig.json" ,
2+ "extends" : " ./packages/devtools/tsconfig.json" ,
33 "compilerOptions" : {
44 "target" : " esnext" ,
55 "module" : " esnext" ,
You can’t perform that action at this time.
0 commit comments