You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My library has a name with slash (@preply/navigation), and it fails to process when I want to bundle all .d.ts files (works well for single declaration file):
Error: ENOENT: no such file or directory, open '/Users/lissm/Work/Dev/Git/apollo/client/@preply/navigation/build/dts-bundle.tmp.@preply/navigation.d.ts'
at Object.openSync (fs.js:434:3)
at Object.writeFileSync (fs.js:1154:35)
at Object.bundle (/Users/lissm/Work/Dev/Git/apollo/client/@preply/navigation/node_modules/dts-bundle/lib/index.js:113:12)
My library has a name with slash (
@preply/navigation
), and it fails to process when I want to bundle all.d.ts
files (works well for single declaration file):My config:
The text was updated successfully, but these errors were encountered: