1
0
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:
Tim Glorioso
2025-05-29 11:23:17 -04:00
committed by GitHub
parent 6da905b25d
commit ad8730a082

View File

@ -165,13 +165,6 @@ Install
npm install
npm install -g
- TypeScript
.. code-block:: shell
:class: copyable
npm install --save-dev @types/minio
.. _haskell-sdk: