Please tell me how to use rollup.js to convert ts to es3.

after rollup-plugin-typescript is transferred, es6, does not want to use tsc,. May I ask how to configure rollup

Apr.03,2021

this belongs to the output file style mode problem, not the rollup-plugin-typescript problem.
this plug-in simply translates ts code into js code.
it is recommended to set the format parameter in output in the configuration list to umd. As for es3, you can configure various plug-ins such as babel's configuration transcoding setting.
if you have any questions, you are welcome to discuss them again.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3be43-2c2d8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3be43-2c2d8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?