TypeScript is a syntactic superset of JavaScript which adds static typing [^1^] [1]. It is an open-source pure object-oriented programming language [^2^] [3] and is designed for large-scale JavaScript ...
Starting from v3.4.0 (or one of the nightly releases before that) TypeScript emits readonly T[] for readonly array types. This breaks consumers of declaration files if they use an older version of ...