Hi, thanks for maintaining this awesome library. Would you please make support of TypeScript env file? E.g. ```ts // staging.env.ts const staging: ENV = { } export default staging ``` A significant benefit would be type-check support across env files. Thanks in advanced =]