Skip to content

Commit

Permalink
fix OutputOptions type
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Sep 23, 2022
1 parent bc0be28 commit 67b1e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vite/build.ts
Expand Up @@ -20,7 +20,7 @@ interface BuildOptions {

export const getBuildConfig = ({ minify, core, watch }: BuildOptions): InlineConfig => {
const external = ['require', 'fs', 'path'];
let output: OutputOptions | OutputOptions[] = [
let output: OutputOptions = [
{
name: 'mermaid',
format: 'esm',
Expand Down

0 comments on commit 67b1e8d

Please sign in to comment.