dsherret / ts-nameof

nameof in TypeScript
MIT License
493 stars 23 forks source link

Support TypeScript 4.0 #109

Closed ckknight closed 4 years ago

ckknight commented 4 years ago

The dependencies (of @ts-nameof/common for example) specify "typescript": "^3.9.7", which due to the loose interpretation of semver by the TypeScript team, doesn't apply to 4.0.2, which appears to be compatible anyway.

dsherret commented 4 years ago

Sorry for my delay as I was away without an internet connection and then had a lot to do when I got back. This is now fixed. This was just a mistake where TypeScript was accidentally added as a dependency instead of a dev dependency.