docs: remove ts-node and tslint form dev deps (#41950)

A recent commit 3b589030a8 reintroduced these dev deps.
They were previously removed by #41826 and #41873

PR Close #41950
This commit is contained in:
cexbrayat 2021-05-05 07:56:35 +02:00 committed by Misko Hevery
parent 753fb06cef
commit fb38175a40
1 changed files with 0 additions and 2 deletions

View File

@ -121,8 +121,6 @@ Package name | Description
**@types/... ** | TypeScript definition files for 3rd party libraries such as Jasmine and Node.js. **@types/... ** | TypeScript definition files for 3rd party libraries such as Jasmine and Node.js.
**jasmine/... ** | Packages to support the [Jasmine](https://jasmine.github.io/) test library. **jasmine/... ** | Packages to support the [Jasmine](https://jasmine.github.io/) test library.
**karma/... ** | Packages to support the [karma](https://www.npmjs.com/package/karma) test runner. **karma/... ** | Packages to support the [karma](https://www.npmjs.com/package/karma) test runner.
[**ts-node**](https://www.npmjs.com/package/ts-node) | TypeScript execution environment and REPL for Node.js.
[**tslint**](https://www.npmjs.com/package/tslint) | A static analysis tool that checks TypeScript code for readability, maintainability, and functionality errors.
[**typescript**](https://www.npmjs.com/package/typescript) | The TypeScript language server, including the *tsc* TypeScript compiler. [**typescript**](https://www.npmjs.com/package/typescript) | The TypeScript language server, including the *tsc* TypeScript compiler.