I'm trying to import an external class (written in Typescript) into another Typescript class using requireJS. I used this syntax but I don't understand why I'm getting a syntax error with this import statement:I'm trying to import an external class (written