Skip to content

Commit

Permalink
chore(_tools): fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMiyauci committed Apr 19, 2023
1 parent f136ec9 commit a7ac41b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _tools/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import { BuildOptions } from "https://deno.land/x/dnt@0.34.0/mod.ts";
export const makeOptions = (version: string): BuildOptions => ({
test: false,
shims: {},
compilerOptions: {
lib: ["dom", "esnext", "dom.iterable"],
},
typeCheck: true,
entryPoints: ["./mod.ts"],
outDir: "./npm",
Expand Down

0 comments on commit a7ac41b

Please sign in to comment.