# 🐞 Bug report ## Description <!-- ✍️ Describe the bug, including expected outcomes and actual results. --> `tsconfig` should support `"module": "nodenext"`, but it's incorrectly flagged as invalid due to a typo in the parser. ## Details <!-- ✍️ Please include any information that may help us repro your issue, such as `webhint` version number, OS, content of your `.hintrc` file, and the raw output generated by `webhint`. --> `NodeNext` works, but lowercase `nodenext` does not.