-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Compile with typescript declaration true #707
Comments
Thank you for reporting issue, @guilhermegregio! Could you try |
@Ailrun tks this works for building, but when i use my lib in another project it does not work. When i run return this error:
Any suggestions? |
Could you give me a minimal repoducible repo? I cannot get anything from the error... |
I create this repo see if you can help me. The error occurs when you run npm start on use-lib package |
@guilhermegregio However, this propagation of |
@Ailrun |
@guilhermegregio My PR is published as v9.2.3. Could you check it? If it works fine, could you close this issue? |
@Ailrun i ran with v9.2.3 and it worked fine to me. Tks. |
emotion
version: 9.2.1react
version: 16.3.2What you did:
I created a ui library with Typescript, and build not work with tsc
my tsconfig.json file
What happened:
I use declaration: true in tsconfig.json file to generate the type definition for my components but the compiler fails with the following message
The text was updated successfully, but these errors were encountered: