We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec9664 commit ec7803aCopy full SHA for ec7803a
config.ts
@@ -1,9 +1,9 @@
1
// This code is Deno only
2
3
import { denoPlugins } from "@luca/esbuild-deno-loader";
4
-import * as ESBuild from "esbuild";
+import { BuildOptions } from "esbuild";
5
6
-export const OPTIONS: ESBuild.BuildOptions = {
+export const OPTIONS: BuildOptions = {
7
entryPoints: ["./src/main.ts"],
8
outfile: "./dist/main.js",
9
format: "iife",
0 commit comments