6 lines
73 B
TypeScript
6 lines
73 B
TypeScript
|
export default {
|
||
|
target: 'browser',
|
||
|
cjs: 'babel',
|
||
|
esm: 'babel',
|
||
|
};
|