Compiles fileName and its local import graph into a single classic-script string (an IIFE with a CommonJS module registry that executes the entry).
fileName
Path to the entry TypeScript file.
Base compiler options (module kind etc. are overridden).
Self-contained JavaScript with no import/export statements.
import
export
Compiles
fileNameand its local import graph into a single classic-script string (an IIFE with a CommonJS module registry that executes the entry).