1
0
mirror of synced 2026-03-26 07:21:10 +00:00

[ci skip] Updates

This commit is contained in:
Jason Dreyzehner
2020-09-01 19:39:12 -04:00
parent d20006c463
commit b38cd1deb5
4 changed files with 38 additions and 38 deletions

View File

@@ -92,7 +92,7 @@
<li>Export as a <a href="http://jsmodules.io/">javascript module</a>, making your work <strong>fully tree-shakable</strong> for consumers capable of using <a href="https://github.com/rollup/rollup/wiki/pkg.module">es6 imports</a> (like <a href="http://rollupjs.org/">Rollup</a>, <a href="https://webpack.js.org/">Webpack</a>, or <a href="https://parceljs.org/">Parcel</a>)</li>
<li>Export type declarations to improve your downstream development experience</li>
<li>Backwards compatibility for Node.js-style (CommonJS) imports</li>
<li>Both strict and flexible <a href="config/tsconfig.json">typescript configurations</a> available</li>
<li>Both strict and flexible <a href="./tsconfig.json">typescript configurations</a> available</li>
</ul>
<p>So we can have nice things:</p>
<ul>