Unleash / unleash-proxy

Unleash Proxy is used to safely integrate frontend application with Unleash in a secure and scaleable way.
https://docs.getunleash.io/sdks/unleash-proxy
Apache License 2.0
53 stars 43 forks source link

chore: add types prop to tsconfig.json #84

Closed thomasheartman closed 2 years ago

thomasheartman commented 2 years ago

This change adds a "types" property to tsconfig.json pointing at the openapi types declaration we use in this project.

During development, it seems to be hit or miss whether the language server actually finds this type declaration, so it's hit or miss whether anything compiles or not. This addition fixes that issue

thomasheartman commented 2 years ago

Closing as we can't reproduce this or make it work successfully at the moment. Note to self: revisit this next time you experience the same issues.