Skip to content

Commit

Permalink
Add TS installation notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-claudia committed Jul 24, 2019
1 parent b580e24 commit 8186818
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -44,6 +44,12 @@ $ npm install mithril@next --save

The ["Getting started" guide](https://mithril.js.org/#getting-started) is a good place to start learning how to use mithril.

TypeScript type definitions are available from DefinitelyTyped. They can be installed with:

```bash
$ npm install @types/mithril --save-dev
```

## Documentation

Documentation lives on [mithril.js.org](https://mithril.js.org).
Expand Down

0 comments on commit 8186818

Please sign in to comment.