Skip to content

Commit ec7803a

Browse files
committed
format
1 parent 6ec9664 commit ec7803a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// This code is Deno only
22

33
import { denoPlugins } from "@luca/esbuild-deno-loader";
4-
import * as ESBuild from "esbuild";
4+
import { BuildOptions } from "esbuild";
55

6-
export const OPTIONS: ESBuild.BuildOptions = {
6+
export const OPTIONS: BuildOptions = {
77
entryPoints: ["./src/main.ts"],
88
outfile: "./dist/main.js",
99
format: "iife",

0 commit comments

Comments
 (0)