From 447e71f0fb5e3272f8aac64bc858e61ce33fb1a9 Mon Sep 17 00:00:00 2001 From: AkshayJangid <16ucc103@lnmiit.ac.in> Date: Thu, 2 Nov 2023 19:44:20 +0530 Subject: [PATCH] docs: add note to README about bug #1455 (#1546) * Update README.md by going through the documentation , it is not where hinted that we need to place it in separate file. Thus explicitly mentioning it in readme. * Update README.md add link to bug --------- Co-authored-by: James Monger --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9075b577b..df70c8088 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,8 @@ export interface ThrowableWeapon { InversifyJS needs to use the type as identifiers at runtime. We use symbols as identifiers but you can also use classes and or string literals. +PLEASE MAKE SURE TO PLACE THIS TYPES DECLARATION IN A SEPARATE FILE. (see bug #1455) + ```ts // file types.ts