Hey guys is there an easy way to prevent the ide f...
# sdf
d
Hey guys is there an easy way to prevent the ide from creating suitescripts in 2.1? We were advised by ACS to not enable 2.1 on our account, and its a bit annoying having to change the arrow functions and const defaults everytime we create a new script in web storm
s
If you used typescript this would be just changing a single line in the
tsconfig.json
file to target ES5
👌 1