#GTS Lint error
1 messages · Page 1 of 1 (latest)
@fickle bramble Which part are you confused by? eslint is saying it only supports upto TS 5.1.x your package.json is installing TS 5.2.x.
You have ~ which means any patch version above the specified version.
Sure, maybe there isn't a 5.2.0 version of Typescript.
Doing ~5.2.0 is fine.
Even if there was a 5.2.0 version that wouldn't fix the warning.
SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <5.2.0
That's less than 5.2.0: in other words it supports 5.1.something