I am getting this error, I am using React/TypeScript
When I do this, In the conmponent.
<p>API_URL: {window._env_.API_URL}</p>
I get this error:
property '_env_' does not exist on type 'Window & typeof globalThis
Following this: https://www.freecodecamp.org/news/how-to-implement-runtime-environment-variables-with-create-react-app-docker-and-nginx-7f9d42a91d70/