We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b83bec commit 5dc6bfcCopy full SHA for 5dc6bfc
packages/browser/build_npm.ts
@@ -7,7 +7,6 @@ import { getBabelOutputPlugin } from '@rollup/plugin-babel';
7
import replace from '@rollup/plugin-replace';
8
9
import denoJSON from './deno.json' with { type: 'json' };
10
-import typesDenoJSON from '../types/deno.json' with { type: 'json' };
11
12
const outDir = './npm';
13
packages/server/build_npm.ts
@@ -1,7 +1,6 @@
1
import { build, emptyDir } from '@deno/dnt';
2
3
4
5
6
0 commit comments