Should support something like this: ```ts nameof<TypeScriptConfiguration["ignoreNodeCommentText"]>(); ``` Current workaround: ```ts nameof<TypeScriptConfiguration>(c => c["ignoreNodeCommentText"]); ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by dsherret and has received 0 comments.