I’m editing a javascript file that uses global symbols declared in another file (the p5js library in this case). Glitch flags all of my calls to p5js global functions as ‘symbol’ is not defined. Is there a way to get the Glitch editor not to display this errors (preferably while still flagging other kinds of syntax errors)?