import
や require
や export
内の文字列リテラルのこと import('hoge')
のmodule specifierは hoge
>In brief, moduleResolution controls how TypeScript resolves module specifiers (string literals in import/export/require statements) to files on disk, and should be set to match the module resolver used by the target runtime or bundler. ref