ES dynamic import support import a module from CDN like this: ``` import('https://abc.com/a.js') ``` However, TS will report this line as an error: can't find the module. Is there a plan to support this feature?