From 27d3c4159221e99bc6cd5ff5f6e68278e9b0a701 Mon Sep 17 00:00:00 2001 From: Enrique Enciso Date: Tue, 2 Nov 2021 13:11:33 -0600 Subject: [PATCH] Update Readme to with new typescript version As stated here https://github.com/inversify/InversifyJS/issues/1393#issuecomment-958002220 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbfdbeea5..d9d4b1b5e 100644 --- a/README.md +++ b/README.md @@ -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