Skip to content

Commit

Permalink
chore(build): fix build for plugin-lightbox
Browse files Browse the repository at this point in the history
  • Loading branch information
qwqcode committed Sep 3, 2024
1 parent 6135c7e commit 301928d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/plugin-lightbox/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"compilerOptions": {
"baseUrl": ".",
"outDir": "dist",
"types": ["@artalk/plugin-kit/client", "vite/client"]
"types": ["@artalk/plugin-kit/client", "vite/client", "./global.d.ts"]
}
}

0 comments on commit 301928d

Please sign in to comment.