Jan Tržický
Jan Tržický
~Something is definitely wrong,~ Check **// Edit 2** in my case I had this in package.json: ```json "pnpm": { "overrides": { "jsdom": "^19.0.0" } }, ``` I have modified the...
In the meantime, I have written a workaround: ```typescript beforeWriteFile: (filePath, content) => { return { filePath, content: content.replace(/(import\s+.*?\s+from)\s+["'].*?\.\.\/shared\/index.ts["'];/g, '$1 "@monorepo/shared";') } } ``` So it will replace any `../shared/index.ts`...
Same issue, this plugin needs better typescript support. I'm everyday watching 100+ warnings about circular dependency. (when they are not circular)
Sorry for commenting it immediately after posting it. Maybe would be great to have an option what camera should be used in the app settings? The future is bringing here...
I'm encountering a problem with the function definition when using the latest stable release and beta 1.5.0, as both versions exhibit the same issue. Specifically, when I declare body of...