This sounds like a typical typescript issue. You'll have to define the types for your app or configure its linter and/or build process to ignore the type checking. There is a wealth of information on this topic for typescript available on general programming sites like stack overflow.