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
We run downlevel-dts as instructed here, with: downlevel-dts . ts3.4 && cp tsconfig.json ./ts3.4/, but on subsequent runs this causes the ./ts3.4 folder to be read as input and then included in the output folder.
I just ran into this as well. A preferable option that assumes less about users' directory structure would be to accept *.d.ts files as direct inputs, i.e. downlevel-dts dist/*.d.ts dist/ts3.4.
We run downlevel-dts as instructed here, with:
downlevel-dts . ts3.4 && cp tsconfig.json ./ts3.4/
, but on subsequent runs this causes the ./ts3.4 folder to be read as input and then included in the output folder.We get something like
See lit/lit-element#976
Seems like downlevel-dts should exclude the output folder from its inputs.
The text was updated successfully, but these errors were encountered: