We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f386b7 commit fedbb15Copy full SHA for fedbb15
README-zh.md
@@ -7,7 +7,7 @@
7
- 自动监听指定的文件夹以检测文件变化
8
- 更新这些文件夹内的 `index.ts` 文件,写入正确的 `export` 语句
9
- 可配置以忽略特定文件或文件夹
10
-- 支持 `ts | js` 的文件扩展名(默认为 `.ts`)
+- 支持 `ts | js` 的文件扩展名(默认为 `ts`)
11
- 自定义导出格式
12
13
## 安装
README.md
@@ -9,7 +9,7 @@
- Automatically watches specified directories for file changes.
- Updates the `index.ts` file within those directories with the appropriate `export` statements.
- Configurable to ignore specific files or directories.
-- Supports `ts | js` file extensions (default is `.ts`).
+- Supports `ts | js` file extensions (default is `ts`).
- Custom export format.
14
15
## Installation
0 commit comments