After updating ESLint and TypeScript, rslib isn't including type definitions anymore #1612
Closed
binarykitchen
started this conversation in
General
Replies: 1 comment 8 replies
-
|
You should specify |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In my videomail-client library, in this commit, I've migrated TS and ESLint, along with few other changes, but now other consumer projects cannot import the types anymore.
Context: all source code with their types are put in the root
srcfolder.So, for package.json I had to correct paths, from
to
Then it worked.
To me, it feels weird. Because all is put in the src folder. When exporting, it's a different context where
srcdoesn't have to be mentioned, but it matters.Or am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions