diff --git a/types/rollup/index.d.ts b/types/rollup/index.d.ts index 80a74523a0..6fbb3efa1f 100644 --- a/types/rollup/index.d.ts +++ b/types/rollup/index.d.ts @@ -7,6 +7,7 @@ import { RawSourceMap } from 'source-map' import * as acorn from 'acorn' export type Format = 'amd' | 'cjs' | 'es' | 'iife' | 'umd' +export const VERSION: string; export interface SourceMap extends RawSourceMap { toString(): string