An svelte adapter for react written in typescript. Heavily inspired by svelte-adapter and react-svelte
Clone this repository and install its dependencies:
git clone https://github.com/zenoslin/rollup-starter-ts.git
cd rollup-starter-ts
npm install
npm run build
builds the library tolib
.npm run build:type
builds.d.ts
file for the library.npm run test
usejest
to test the source files.