Scott Bassin

Results 6 comments of Scott Bassin

I tried those options for `"moduleResolution"` but the other AdminJS imports now give me a different error message: ``` The current file is a CommonJS module whose imports will produce...

> Downgrade to v.4 helped I tried that as well and got a bit further, though I don't love that path since 5.0.0 has been out for two and half...

I can appreciate that, @dziraf, and thanks for the reply. What information would be most helpful? I will freely admit to being quite inexperienced regarding many the `tsconfig.json` compiler settings....

I do not, @dziraf, but I'd be happy to try that later tonight. Thanks.

Well, that seems to have cleared up a lot of the problems I was seeing. I'm still seeing a number of these issues relating to `@styled-components` like: ``` node_modules/@adminjs/design-system/types/src/utils/reset.styles.d.ts:1:21 -...

I'm running into this same issue on Node 22.15.1 as I try to convert my current CommonJS project to ES Modules.