Change Typescript to JSDoc in Readme.md

pull/8851/head
Louis Weigel 3 years ago
parent bbcb5f58ae
commit 9ced2f10d7

@ -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 with JSDoc.
### Running Tests

Loading…
Cancel
Save