Skip to content

Commit

Permalink
Update docs/tutorials/prisma-client.md
Browse files Browse the repository at this point in the history
Co-authored-by: Loriane Eymann <34451946+LorianeE@users.noreply.github.com>
  • Loading branch information
Romakita and LorianeE committed May 23, 2021
1 parent 9e3700f commit 92daf85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/prisma-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ generator tsed {
}
```

By default, when the output path contains `node_modules`, the generated code is transpiled - consist of `*.js` and `*.d.ts` files that are ready to use (import) in your code.
By default, when the output path contains `node_modules`, the generated code is transpiled - containing `*.js` and `*.d.ts` files that are ready to use (import) in your code.
However, if you explicitly choose an other folder in `output` config, the generated code will be emitted as raw TS files which you can use and import as your other source code files.

You can overwrite that by explicitly setting `emitTranspiledCode` config option:
Expand Down

0 comments on commit 92daf85

Please sign in to comment.