mirror of
https://github.com/minio/docs.git
synced 2025-07-31 18:04:52 +03:00
Update TypeScript guidance (#1470)
The JavaScript Install instructions include a TypeScript section. I removed it entirely because types are now provided by `minio-js` and should not be installed separately via `@types/minio`. Happy to consider alternatives, such as keeping the section with a note like "types are now provided by the `minio-js` package".
This commit is contained in:
@ -165,13 +165,6 @@ Install
|
||||
npm install
|
||||
npm install -g
|
||||
|
||||
- TypeScript
|
||||
|
||||
.. code-block:: shell
|
||||
:class: copyable
|
||||
|
||||
npm install --save-dev @types/minio
|
||||
|
||||
|
||||
.. _haskell-sdk:
|
||||
|
||||
|
Reference in New Issue
Block a user