so im having this issue with me type script import
import * as anchor from '@project-serum/anchor'; ^^^^^^ SyntaxError: Cannot use import statement outside a module
How can i fix it?