From 115ebfe2126e69260c4fb3270f7297804b62b058 Mon Sep 17 00:00:00 2001 From: "Remo H. Jansen" Date: Thu, 6 Oct 2016 12:25:54 +0100 Subject: [PATCH] Improved docs Based on http://stackoverflow.com/questions/39863677/typescript-2-0-unknown-compiler-error --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d84cf452..2d8df4b2 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,9 @@ $ npm install inversify reflect-metadata --save ``` The InversifyJS type definitions are included in the inversify npm package. -**InversifyJS requires TypeScript >= 2.0 and the `experimentalDecorators`, `emitDecoratorMetadata`, `types` and `lib` -compilation options** in your `tsconfig.json` file: + +> **Important!** InversifyJS requires TypeScript >= 2.0 and the `experimentalDecorators`, `emitDecoratorMetadata`, `types` and `lib` +compilation options in your `tsconfig.json` file. ```js {