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
--keyofStringsOnly
--declarationMap
--resolveJsonModule
See checklist for work needed: https://github.com/Microsoft/TypeScript/wiki/Release-Activities#new-compiler-option-added
The text was updated successfully, but these errors were encountered:
Also --declarationMap from #22658
Sorry, something went wrong.
Add docs for --keyofStringsOnly, --declarationMap and --resolveJs…
,
and
60c9fb3
…onModule` Addresses microsoft/TypeScript#23627
mhegazy
Successfully merging a pull request may close this issue.
--keyofStringsOnly
added in Support number and symbol named properties with keyof and mapped types #23592--declarationMap
from Declaration maps and transparent goto definition using them #22658--resolveJsonModule
from Resolve the modue names with "modulename.json" to json files when doing node module resolution #22167See checklist for work needed: https://github.com/Microsoft/TypeScript/wiki/Release-Activities#new-compiler-option-added
The text was updated successfully, but these errors were encountered: