Does anyone have an example how to import moment.j...
# suitescript
e
Does anyone have an example how to import moment.js along with moment time zone on TypeScript files for SuiteScript? I tried to use luxon but it seems it depends on Intl (for time zones) and it does not exist on the SuiteScript Engine. I have used moment and moment time zone together but only on JS files using a config.json file but I am struggling on TypeScript