Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update downlevel-dts and make sure we don't nest ts3.4 typings folders. #1057

Merged
merged 1 commit into from
Aug 13, 2020

Conversation

justinfagnani
Copy link
Contributor

Fixes #976

@@ -22,7 +22,7 @@
"/ts3.4/"
],
"scripts": {
"build": "tsc && downlevel-dts . ts3.4 && cp tsconfig.json ./ts3.4/",
"build": "tsc && rm -rf ./ts3.4 && downlevel-dts . ts3.4 && cp tsconfig.json ./ts3.4/",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oof.

+1

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah. I filed sandersn/downlevel-dts#39 for this

@justinfagnani justinfagnani merged commit d45a5e5 into master Aug 13, 2020
@justinfagnani justinfagnani deleted the downlevel-dts branch August 13, 2020 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Published npm package lit-element 2.3.1 has 5 nested ts3.4 folders?
3 participants