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:
parent
753fb06cef
commit
fb38175a40
|
@ -121,8 +121,6 @@ Package name | Description
|
|||
**@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.
|
||||
**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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue