Skip to content

Commit

Permalink
export Options type
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisblossom committed May 3, 2019
1 parent 9f8a3bb commit b9b35f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clean-webpack-plugin.ts
Expand Up @@ -2,7 +2,7 @@ import { Compiler, Stats } from 'webpack';
import path from 'path';
import { sync as delSync } from 'del';

interface Options {
export interface Options {
/**
* Simulate the removal of files
*
Expand Down

0 comments on commit b9b35f8

Please sign in to comment.