File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ import Foo = require('package-name/Foo');
71
71
72
72
* ` baseDir?: string ` : The base directory for the package being bundled. Any dependencies discovered outside this
73
73
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
75
75
the ` --exclude ` flag one or more times on the command-line. Defaults to ` [ "node_modules/**/*.d.ts" ] ` .
76
76
* ` externs?: string[] ` : A list of external module reference paths that should be inserted as reference comments. Use
77
77
the ` --extern ` flag one or more times on the command-line.
You can’t perform that action at this time.
0 commit comments