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 66caa43 commit 7b7033bCopy full SHA for 7b7033b
main/build.ts
@@ -1,5 +1,5 @@
1
import * as path from 'https://deno.land/std@0.115.1/path/mod.ts';
2
-import { build } from 'https://deno.land/x/dnt@0.7.2/mod.ts';
+import { build } from 'https://deno.land/x/dnt@0.17.0/mod.ts';
3
import hooksPackage from './hooks/package.json.ts';
4
5
const __dirname = new URL('.', import.meta.url).pathname;
@@ -13,6 +13,7 @@ const buildModule = async (name: string) => {
13
entryPoints: [path.join(inDir, 'src/index.ts')],
14
outDir,
15
test: false,
16
+ shims: {},
17
compilerOptions: {
18
importHelpers: false,
19
},
0 commit comments