Ulysse Tallepied
Ulysse Tallepied
Hi @Taelkir it's part of react-motion, here's the corresponding issue: https://github.com/chenglou/react-motion/issues/569 Unfortunately, it hasn't been fixed yet.
Thank you @raouldeheer for the quick answer :) Here's a sample of each console output. ## Working version ``` import("nexus/dist/core") /Users/user/folder/project/packages/server/dist/types/shared/bia/EnumTypes.d.ts import("nexus/dist/core") /Users/user/folder/project/packages/server/dist/types/shared/bia/EnumTypes.d.ts import("nexus/dist/core") /Users/user/folder/project/packages/server/dist/types/shared/bia/EnumTypes.d.ts import("nexus/dist/core") /Users/user/folder/project/packages/server/dist/types/shared/bia/EnumTypes.d.ts import("nexus/dist/core") /Users/user/folder/project/packages/server/dist/types/shared/bia/EnumTypes.d.ts require("tslib")...
Yes indeed, here you go: [not-working.txt](https://github.com/justkey007/tsc-alias/files/8388379/not-working.txt) [working.txt](https://github.com/justkey007/tsc-alias/files/8388381/working.txt)
@raouldeheer sorry, I'm having trouble reproducing it although I still have the bug :( @Ge-yuan-jun can you try it?
@fsmaia thanks for the suggestion. My `rootDir` and `baseUrl` do differ but when equalizing both properties it sadly didn't work :( But I think that our problem might be because...
Any news on this one? Could it be because of emotion?