-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
option to run this package with "skipLibCheck=false" not possible #8
Comments
Thanks for reporting this issue, I will take a look at this in a few days. PR's are welcome, so if you have an idea how to fix, go ahead :) |
piotr-oles
added a commit
that referenced
this issue
Sep 29, 2020
The dts-bundle project is not-maintained anymore. There is a PR to fix an issue but no-one merges it. I could merge it as I'm part of the TypeStrong organization but I still don't have publish access. To overcome this blocker, I've copied the package and applied the fix. I didn't found any maintaned package that could inline typings as dts-bundle does. ✅ Closes: #8
I've published a canary version - could you test if it solves your issues?
|
piotr-oles
added a commit
that referenced
this issue
Oct 8, 2020
The dts-bundle project is not maintained anymore. There is a PR to fix an issue but no-one merges it. I could merge it as I'm part of the TypeStrong organization but I don't have a publish access. To overcome this blocker, I've copied the package and applied the fix. I didn't found any maintained package that could inline typings as dts-bundle does. ✅ Closes: #8
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey :)
When trying to build my application with your package I ended up with this error:
It surely works when flagging skipLibCheck=true, but is this really wanted?
I now ended up with creating 2 custom typings in my application:
rsql_ast.d.ts:
rsql_parser.d.ts:
i then was able to remove the skipLibCheck flag from my tsconfig and added the following option to it:
Looking forward to hear from you :)
The text was updated successfully, but these errors were encountered: