For all you Typescripters out there ... what's you...
# suitescript
d
For all you Typescripters out there ... what's your tsconfig.json
lib
property look like?
Mine =
Copy code
"lib": ["es5", "es2017", "dom"],
s
"lib":["es5","es2015.promise", "dom"],
but I update that for SS2.1 if I'm using anything relevant
👌 1
I haven't really tried using much of the ES2019 stuff server side. Have you? I'm thinking standard lib stuff like
Map
,
Set
etc?
d
I have not. Got a new SuiteApp build coming up. Will use SS2.1 with all the bells and whistles ...