Relative Content

Tag Archive for typescriptmonorepoturborepo

Property get does not exist

I am trying to make a standard configuration package that will load all my configuration for an API server (more so a set of them) that can be called into multiple apps inside a monorepo built using Turborepo. With my current code I am getting an error of “Property ‘get’ does not exist on type”. I am unsure why.

Property get does not exist

I am trying to make a standard configuration package that will load all my configuration for an API server (more so a set of them) that can be called into multiple apps inside a monorepo built using Turborepo. With my current code I am getting an error of “Property ‘get’ does not exist on type”. I am unsure why.