Boris
Boris
This looks good https://medium.com/@Nopziiemoo/create-excel-files-using-javascript-without-all-the-fuss-2c4aa5377813 https://github.com/egeriis/zipcelx
For example you can create a file `src/types/found-relay/index.d.ts` and copy paste this into that file: ``` declare module 'found-relay' { const Resolver: any export { Resolver } } ```
I would love to help if you give me some instructions, I never added types to library, but this is what I use, not sure if it helps or if...
Hi! What needs to be done here to merge this? I’d really like to use this feature so I’ll gladly help.
Hey, tried it with v17.0.2 and issue's still there. It's here in the source code https://github.com/nrwl/nx/blob/3e0f5c4993fda9be7a7ab5c4e60eecac8de7eaba/packages/nx/src/tasks-runner/task-env.ts#L169-L180
The possible fix is `processEnv: { …environmentVariables },` but idk how to write tests for it