Why doesn’t Typescript downlevel array.with?
The tsconfig manual (https://www.typescriptlang.org/tsconfig/#target) states that the target
property of the tsconfig
should set which features are downlevelled.
The tsconfig manual (https://www.typescriptlang.org/tsconfig/#target) states that the target
property of the tsconfig
should set which features are downlevelled.