| _________ in the command line enables experimental support for decorators.
Choose the correct option from below list
(1)"experimentalDecorators": true
(2)"tsc --target ES5 --experimentalDecorators"
(3)"compilerOptions": {}
(4)"target": "ES5"
Answer:-(2)"tsc --target ES5 --experimentalDecorators" | | |