mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-04 06:43:12 +00:00
12 lines
227 B
JavaScript
12 lines
227 B
JavaScript
|
|
module.exports = {
|
||
|
|
extension: ['ts'],
|
||
|
|
require: ['ts-node/register'],
|
||
|
|
loader: 'ts-node/esm',
|
||
|
|
'node-option': [
|
||
|
|
'experimental-specifier-resolution=node',
|
||
|
|
'loader=ts-node/esm'
|
||
|
|
],
|
||
|
|
timeout: 90000,
|
||
|
|
exit: true
|
||
|
|
};
|