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