ethers.js/lib.esm/README.md

17 lines
361 B
Markdown
Raw Normal View History

2023-02-04 16:27:45 +03:00
ESM Files
=========
The contents of this folder are for using `import` in ESM
projects.
Notes
-----
The contents are generated via the `npm run build` target
using `tsc` and the `/tsconfig.esm.json` configuration.
2023-02-04 11:26:34 +03:00
Do not modify the files in this folder. They are deleted on `build-clean`.
2023-02-04 16:27:45 +03:00
To modify this `README.md`, see the `/output/post-build/lib.esm`.