Skip to content

Commit bbdeb82

Browse files
committed
docs(ts-config): fix typos
1 parent 8ceac9b commit bbdeb82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ts-config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ If your package also contains other non-src directories (e.g. `tests`, `scripts`
121121

122122
This is necessary for both WebStorm and CLI `typescript-eslint` to correctly type-check and lint all files in your package.
123123

124-
> ⚠️ Non-src root files, such as `vitest.config.ts`, should be explicitly included in `files` array of the root `tsconfig.json`. When emitting build, omit the using `files: []` in build config (e.g. `tsconfig.build.json`).
124+
> ⚠️ Non-src root files, such as `vitest.config.ts`, should be explicitly included in `files` array of `tsconfig.json`. When emitting build, omit them using `files: []` in `tsconfig.build.json`.
125125
126126
### Node.js
127127

0 commit comments

Comments
 (0)