'import' and 'export' may appear only with 'sourceType: module'
Cantidad YouTube velo me fixit
I think this behavior is correct, right? Per the spec, you can only use 'import' and 'export' in modules.
As @wdhorton says, this is by design.