Skip to content

Commit

Permalink
Update node.js/typescript.md
Browse files Browse the repository at this point in the history
Co-authored-by: René Jeglinsky <[email protected]>
  • Loading branch information
daogrady and renejeglinsky authored Sep 16, 2024
1 parent 88d99a3 commit c1abd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.js/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Follow these steps to add TypeScript support:
npm i -g typescript ts-node
```

2. Add a _tsconfig.json_ file to your project. A basic _tsconfig.json_ can be generated by running:
2. Add a basic _tsconfig.json_ file to your project:

```sh
cds add typescript
Expand Down

0 comments on commit c1abd25

Please sign in to comment.