Skip to content

Commit 6fed91f

Browse files
committed
chore: fix type issue
1 parent 816ef29 commit 6fed91f

File tree

3 files changed

+9
-60
lines changed

3 files changed

+9
-60
lines changed

packages/complex-types/test/fixtures-compiled.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,18 @@ describe("fixtures compiled", async () => {
1919
["__fixtures__/**/*.vue", "!__fixtures__/**/*.exclude.vue"],
2020
(_args, id) =>
2121
rollupBuild(id, [
22+
// @ts-expect-error
2223
VueComplexTypes({
2324
tsconfigPath: join(__dirname, "__fixtures__", "tsconfig.json"),
2425
}),
26+
// @ts-expect-error
2527
VueBetterDefine({ isProduction: false }),
28+
// @ts-expect-error
2629
RollupVue(),
2730
RollupVueJsx(),
2831
RollupJson(),
2932
RollupNodeResolve(),
33+
// @ts-expect-error
3034
UnpluginOxc.rollup(),
3135
]),
3236
{

pnpm-lock.yaml

Lines changed: 4 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ catalog:
66
"@nuxt/schema": ^4.0.2
77
"rolldown": 1.0.0-beta.27
88
"rollup": ^4.46.2
9-
"vite": ^7.0.4
9+
"vite": ^7.0.6
1010
"webpack": ^5.101.0
1111
"magic-string": ^0.30.17
1212
"unplugin": ^2.3.5

0 commit comments

Comments
 (0)