Skip to content

Commit

Permalink
Update Readme to with new typescript version
Browse files Browse the repository at this point in the history
As stated here #1393 (comment) by @PodaruDragos, inversify needs a version of typescript greater or equal than 4.4. Please feel free to close it if this doesn't apply, I know you are busy and probably this will help
  • Loading branch information
Nciso committed Nov 2, 2021
1 parent c353f16 commit 27d3c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ $ npm install inversify reflect-metadata --save

The InversifyJS type definitions are included in the inversify npm package.

> :warning: **Important!** InversifyJS requires TypeScript >= 2.0 and the `experimentalDecorators`, `emitDecoratorMetadata`, `types` and `lib`
> :warning: **Important!** InversifyJS requires TypeScript >= 4.4 and the `experimentalDecorators`, `emitDecoratorMetadata`, `types` and `lib`
compilation options in your `tsconfig.json` file.

```js
Expand Down

0 comments on commit 27d3c41

Please sign in to comment.