generated at
module specifier
JSのmodule specifier
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