Gaëtan Maisse
Gaëtan Maisse
Sure! I will take a look at that as part of the dependency cleaning work I planned.
I would have thought that specifying `"types": ["webpack-env"],` [in tsconfig](https://github.com/storybookjs/storybook/blob/next/app/react/tsconfig.json#L5 ) would have helped `tsc` to use only `webpack-env` types and not `node` ones. But it looks like it doesn't...
Closing for now as it is quite outdated and with conflicts.
Closing for now per @mouligno's feedback
@ThibaudAV we still need to improve things on `@storybook/angular` side, I have some changes locally to try to make everything working out of the box but it's only WIP for...
@josejulio The improvement in TS types are great 💪🏻 , I would really like to use them instead of redefining my own in my projects, any chance it will be...
I will work on a new branch to reapply your change and at the same time use the latest version of TS. Will let you know when the PR will...
@josejulio see https://github.com/kaluginserg/cytoscape-node-html-label/pull/56 :)
@gr2m you're right about npm v8.3.2 defining `^4.1.2` as the range for `chalk` in the `package.json`: https://unpkg.com/browse/[email protected]/package.json#L69 But the registry is saying something else (`"chalk":"*"`) 🙃 You can check on...