Skip to content

Commit

Permalink
docs: change Typescript to JSDoc in Readme.md (#8851)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: gtmnayan <50981692+gtm-nayan@users.noreply.github.com>
  • Loading branch information
TheBlckbird and gtm-nayan committed Jun 26, 2023
1 parent bbcb5f5 commit e887c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To watch for changes and continually rebuild the package (this is useful if you'
pnpm dev
```

The compiler is written in [TypeScript](https://www.typescriptlang.org/), but don't let that put you off — it's basically just JavaScript with type annotations. You'll pick it up in no time. If you're using an editor other than [Visual Studio Code](https://code.visualstudio.com/), you may need to install a plugin in order to get syntax highlighting and code hints, etc.
The compiler is written in JavaScript and uses [JSDoc](https://jsdoc.app/index.html) comments for type-checking.

### Running Tests

Expand Down

0 comments on commit e887c21

Please sign in to comment.