I'm trying to create a React sandbox with the following code: declare const $: any; This works in my own codebase without having to do anything special. I get an "Unexpected token, expected" error, though. How can I get use jQuery in CodeSandbox and get `$` to work?