+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 "
...