Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 38bd02b

Browse files
authored
Add note about TypeScript
1 parent 9ec5767 commit 38bd02b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Install math.js using [npm](https://www.npmjs.com/package/mathjs):
3333

3434
npm install mathjs
3535

36+
> Note that when using mathjs in a TypeScript project, you will have to install type definition files too: `npm install @types/mathjs`.
37+
3638
Or download mathjs via one of the CDN's listed on the downloads page:
3739

3840
    [http://mathjs.org/download.html](http://mathjs.org/download.html#download)

0 commit comments

Comments
 (0)