This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Description
Adding this import to my component, import template as "./FooterComponent.html!text", will cause the typescript compiler to log an error TS2307: Cannot find module './FooterComponent.html!text'. This happens for all html imports, but doesn't happen for css imports using plugin-css. Is it possible to fix this as it causes a lot of noise when compiling typescript.