After cloning the project and installing the dependencies with npm install
/
yarn install
run npm test
/ yarn test
to see the compiler errors.
unstubbable/rollup-ts-example
Example TypeScript project using Rollup's own declaration files
TypeScriptMIT