1.

_________ in the command line enables experimental support for decorators.

Answer»

_________ 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"



Discussion

No Comment Found