mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-06-03 19:04:44 +08:00

* bug: jest is now fixed * chore: files are included for the eslint * chore: build is fixed * test: jest test are fixed
7 lines
127 B
JavaScript
7 lines
127 B
JavaScript
module.exports = {
|
|
presets: [
|
|
['@babel/preset-env', { targets: { node: 'current' } }],
|
|
'@babel/preset-typescript',
|
|
],
|
|
};
|