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