diff --git a/packages/browser/build_npm.ts b/packages/browser/build_npm.ts index 38fa32b4..639a1002 100644 --- a/packages/browser/build_npm.ts +++ b/packages/browser/build_npm.ts @@ -7,7 +7,6 @@ import { getBabelOutputPlugin } from '@rollup/plugin-babel'; import replace from '@rollup/plugin-replace'; import denoJSON from './deno.json' with { type: 'json' }; -import typesDenoJSON from '../types/deno.json' with { type: 'json' }; const outDir = './npm'; diff --git a/packages/server/build_npm.ts b/packages/server/build_npm.ts index 1de6e40a..360416e2 100644 --- a/packages/server/build_npm.ts +++ b/packages/server/build_npm.ts @@ -1,7 +1,6 @@ import { build, emptyDir } from '@deno/dnt'; import denoJSON from './deno.json' with { type: 'json' }; -import typesDenoJSON from '../types/deno.json' with { type: 'json' }; const outDir = './npm';