NormalizedAmdOptions: ({
    autoId: false;
    id?: string;
} | {
    autoId: true;
    basePath: string;
}) & {
    define: string;
    forceJsExtensionForImports: boolean;
}

Type declaration

  • define: string
  • forceJsExtensionForImports: boolean