Skip to content

Commit 273b168

Browse files
authored
Update README to fix exclude option name (#108)
Refs #107
1 parent 5f68e16 commit 273b168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ import Foo = require('package-name/Foo');
7171

7272
* `baseDir?: string`: The base directory for the package being bundled. Any dependencies discovered outside this
7373
directory will be excluded from the bundle. *Note* this is no longer the preferred way to configure `dts-generator`, please see `project`.
74-
* `excludes?: string[]`: A list of glob patterns, relative to `baseDir`, that should be excluded from the bundle. Use
74+
* `exclude?: string[]`: A list of glob patterns, relative to `baseDir`, that should be excluded from the bundle. Use
7575
the `--exclude` flag one or more times on the command-line. Defaults to `[ "node_modules/**/*.d.ts" ]`.
7676
* `externs?: string[]`: A list of external module reference paths that should be inserted as reference comments. Use
7777
the `--extern` flag one or more times on the command-line.

0 commit comments

Comments
 (0)