mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2025-12-08 19:06:16 +00:00
- using rollup's own types - min rollup bumped to 0.68 - updating dependencies - package version 0.19
6 lines
237 B
TypeScript
6 lines
237 B
TypeScript
import { IOptions } from "./ioptions";
|
|
import { Partial } from "./partial";
|
|
import { PluginImpl } from "rollup";
|
|
declare const typescript: PluginImpl<Partial<IOptions>>;
|
|
export default typescript;
|
|
//# sourceMappingURL=index.d.ts.map
|