Skip to content

Commit

Permalink
Merge pull request #1396 from Nciso/patch-1
Browse files Browse the repository at this point in the history
Update Readme to with new typescript version
  • Loading branch information
PodaruDragos authored Nov 2, 2021
2 parents c353f16 + 27d3c41 commit f65cacf
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 f65cacf

Please sign in to comment.