Clone this project template with degit:
npx degit rich-harris/typescript-lib my-new-lib
cd my-new-lib
yarn
Remember to update a) the package.json with the correct name, b) the Rollup config, and c) this README.
Use JavaScript modules in all browsers, including dynamic imports
TypeScriptNOASSERTION
Clone this project template with degit:
npx degit rich-harris/typescript-lib my-new-lib
cd my-new-lib
yarn
Remember to update a) the package.json with the correct name, b) the Rollup config, and c) this README.