mirror of https://github.com/vladmandic/human
fix path for typedefs
parent
82ade650a7
commit
20389b9779
|
@ -123,7 +123,7 @@ Install with:
|
|||
*Note: When using a named import in a TypeScript project, it is advisable to instruct TypeScript where to look for type definitions using explict path to types*
|
||||
|
||||
```js
|
||||
/// <reference path='./node_modules/@vladmandic/human/dist/human.d.ts' />
|
||||
/// <reference path='./node_modules/@vladmandic/human/src/human.d.ts' />
|
||||
```
|
||||
|
||||
<br>
|
||||
|
|
Loading…
Reference in New Issue