mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 01:22:49 +00:00
14 lines
369 B
TypeScript
14 lines
369 B
TypeScript
export interface NxWebBabelPresetOptions {
|
|
useBuiltIns?: boolean | string;
|
|
decorators?: {
|
|
decoratorsBeforeExport?: boolean;
|
|
legacy?: boolean;
|
|
};
|
|
loose?: boolean;
|
|
/** @deprecated Use `loose` option instead of `classProperties.loose`
|
|
*/
|
|
classProperties?: {
|
|
loose?: boolean;
|
|
};
|
|
}
|
|
//# sourceMappingURL=babel.d.ts.map
|