https://github.com/unstubbable/rollup-ts-example
Example TypeScript project using Rollup's own declaration files
https://github.com/unstubbable/rollup-ts-example
Last synced: 3 months ago
JSON representation
Example TypeScript project using Rollup's own declaration files
- Host: GitHub
- URL: https://github.com/unstubbable/rollup-ts-example
- Owner: unstubbable
- License: mit
- Created: 2018-01-11T16:07:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-12T09:30:47.000Z (over 7 years ago)
- Last Synced: 2025-02-06T03:24:07.453Z (5 months ago)
- Language: TypeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rollup TypeScript Example Project
After cloning the project and installing the dependencies with `npm install` /
`yarn install` run `npm test` / `yarn test` to see the compiler errors.