Skip to content

Commit

Permalink
add transformer.ts path
Browse files Browse the repository at this point in the history
  • Loading branch information
derbynn committed Oct 23, 2024
1 parent 8833beb commit ccb5476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/transformer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ EOF

### TRANSFORMER_NO_STRICT_DEP_CHECK

Set this variable to `1` to disable strict dependency checks in `transformer.ts`.
Set this variable to `1` to disable strict dependency checks in `packages/transformer/src/transformer.ts`.

### SUGGEST_TRANSFORMER_VERSIONS

Set this variable to `1` to enable `transformer.ts` to suggest compatible versions if dependencies are not in the specified peer dependency range of this package.
Set this variable to `1` to enable `packages/transformer/src/transformer.ts` to suggest compatible versions if dependencies are not in the specified peer dependency range of this package.

```dotenv
# Disable strict dependency checks in transformer.ts
Expand Down

0 comments on commit ccb5476

Please sign in to comment.