Problem with target
field -- incorrect tsconfig
usage
#236
Labels
kind: support
Asking for support with something or a specific use case
problem: needs more info
This issue needs more information in order to handle it
problem: removed issue template
OP removed the issue template without good cause
problem: stale
Issue has not been responded to in some time
solution: can't repro
An attempt to reproduce has been tried and failed
solution: invalid
This doesn't seem right
I'm having the same problem as @yangwao #217 (comment)_ with the target field. I'm trying to write a class with a "get" accessor, and the compiler is giving me
semantic error TS1056: Accessors are only available when targeting ECMAScript 5 and higher.
eventhough target is allready es5.
The text was updated successfully, but these errors were encountered: