+1 vote
in JavaScript by
_________ in the command line enables experimental support for decorators.

"experimentalDecorators": true XXX

"compilerOptions": {}

"target": "ES5"

" tsc –target ES5 –experimentalDecorators "

1 Answer

0 votes
by
" tsc –target ES5 –experimentalDecorators "

Related questions

0 votes
asked Oct 31, 2021 in Apache Phoenix by john ganales
0 votes
asked Mar 17, 2021 in GitHub by rajeshsharma
...