mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-20 12:56:20 +00:00
8 lines
98 B
JavaScript
8 lines
98 B
JavaScript
|
module.exports = {
|
||
|
type: 'react-component',
|
||
|
npm: {
|
||
|
esModules: false,
|
||
|
umd: false
|
||
|
}
|
||
|
}
|