Skip to content

Commit

Permalink
fix: minor typo in docs (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyblond committed Aug 24, 2023
1 parent f1ac4d6 commit 1d17e9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -231,7 +231,7 @@ export interface PluginOptions {
/**
* Override `exclude` glob
*
* Defaults to `exclude` property of tsconfig.json or `'node_module/**'` if not supplied.
* Defaults to `exclude` property of tsconfig.json or `'node_modules/**'` if not supplied.
*/
exclude?: string | string[],

Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Expand Up @@ -231,7 +231,7 @@ export interface PluginOptions {
/**
* 手动设置排除路径的 glob
*
* 默认基于 tsconfig.json 的 `exclude` 选线,未设置时为 `'node_module/**'`
* 默认基于 tsconfig.json 的 `exclude` 选线,未设置时为 `'node_modules/**'`
*/
exclude?: string | string[],

Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
Expand Up @@ -137,7 +137,7 @@ export interface PluginOptions {
/**
* Override `exclude` glob
*
* Defaults to `exclude` property of tsconfig.json or `'node_module/**'` if not supplied.
* Defaults to `exclude` property of tsconfig.json or `'node_modules/**'` if not supplied.
*/
exclude?: string | string[],

Expand Down

0 comments on commit 1d17e9c

Please sign in to comment.