diff --git a/Install.md b/Install.md index f8486fb..3bc3e32 100644 --- a/Install.md +++ b/Install.md @@ -120,6 +120,12 @@ Install with: const human = new Human(); ``` +*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 +/// +``` +
## 3. [NPM](https://www.npmjs.com/) module