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

Type declaration

  • Optional define?: string
  • Optional forceJsExtensionForImports?: boolean