Trying to use ts-nameof in Angular project via ts-patch
问题 I'm using Angular 8.2 and installed ts-nameof 4.2.2 for my project and ts-patch 1.0.5 globally. I ran ts-patch install and ts-patch check shows: Checking TypeScript v3.5.3 installation in [...] [+] tsc.js is patched with ts-patch version 1.0.5. [+] tsserverlibrary.js is patched with ts-patch version 1.0.5. [+] typescript.js is patched with ts-patch version 1.0.5. [+] typescriptServices.js is patched with ts-patch version 1.0.5. So I added the following from the ts-patch examples section to my