NOTE: this example has been moved to https://github.com/fullcalendar/fullcalendar-example-projects/tree/master/typescript
An example dev environment for FullCalendar + TypeScript, using Webpack and ts-loader.
More information on setting up TypeScript with Webpack »
npm install
npm run build
Then run index.html
in a browser.
For watching, run npm run watch
.