Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mhweiner committed Mar 9, 2024
1 parent 8f4ff21 commit c64fd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -81,7 +81,7 @@ See [full configuration rules](#configuration-rules), [merge strategy](#configur

### 4. Typescript Configuration (tsconfig.json)

Make sure the `conf/Conf.d.ts` file will be picked up by your Typescript parser. One way to do this is by including it in your `includes` directive like so:
Make sure the generated `conf/Conf.d.ts` file will be picked up by your Typescript parser. One way to do this is by including it in your `includes` directive like so:

```json
"include":[
Expand Down

0 comments on commit c64fd1c

Please sign in to comment.