We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When #7546 is resolved, let's add back declaration to tsconfig: { ... , "declaration": true, "declarationDir": "./lib/@types", ... }
{ ... , "declaration": true, "declarationDir": "./lib/@types", ...
The text was updated successfully, but these errors were encountered:
@harsimranb I think #7546 has been resolved, check this link: #21455, also compiler options shows these flags in their options list: http://www.typescriptlang.org/docs/handbook/compiler-options.html, so I am not sure what issue we are facing here
Sorry, something went wrong.
@harsimranb is this still an open issue?
@ankitsaraogi is this still an issue?
No branches or pull requests
When #7546 is resolved, let's add back declaration to tsconfig:
{ ... , "declaration": true, "declarationDir": "./lib/@types", ...
}The text was updated successfully, but these errors were encountered: