fix typesVersions pointing to source code instead of declaration files#533
fix typesVersions pointing to source code instead of declaration files#533DetachHead wants to merge 6 commits intohperrin:masterfrom
typesVersions pointing to source code instead of declaration files#533Conversation
c724f04 to
6c7e8fa
Compare
|
Unfortunately, this wouldn't work, because of how the types are stripped. The ".d.ts" files just point to the svelte files, which are stripped in "dist". |
|
@hperrin perhaps we could use |
|
Yeah, I'm definitely open to implementing a better solution. |
|
@hperrin i'm in the process of converting all the packages to use would you happen to have any ideas as to what's causing it? |
…efaults to ignore anyway
6c7e8fa to
bf2f0af
Compare
|
i've successfully switched to note that i moved the sources from i'm still not sure what causes those type errors in the |
|
I'm going to save this for SMUI v8, but I would like to implement this solution. I'm also wondering how |
fixes #532