Skip to content

Commit

Permalink
Merge pull request #135 from chrisblossom/export-options
Browse files Browse the repository at this point in the history
export Options type
  • Loading branch information
chrisblossom committed May 3, 2019
2 parents 9f8a3bb + b9b35f8 commit 4f8ae44
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 4f8ae44

Please sign in to comment.