Login
Remember
Register
Ask a Question
_________ in the command line enables experimental support for decorators.
+1
vote
asked
Jan 27, 2020
in
JavaScript
by
AdilsonLima
_________ in the command line enables experimental support for decorators.
"experimentalDecorators": true XXX
"compilerOptions": {}
"target": "ES5"
" tsc –target ES5 –experimentalDecorators "
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 27, 2020
by
AdilsonLima
" tsc –target ES5 –experimentalDecorators "
...