Please tell me how to configure tsconfig to generate the js (umd format) code to register under the specified global variable name

the generated code is not registered with variables under window. Is there no such option? After reading the document several times, there is no mention of the following configuration like that in rollup:

{
    format: "umd",
    name: "my",
    file: "dist/my.umd.js",
  }
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-40ad37b-35ed.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-40ad37b-35ed.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?