Closed ckknight closed 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.
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.