Skip to content

Commit 61e6256

Browse files
committed
aggregate client for daptin endpoint plus test setup
1 parent 6f057d2 commit 61e6256

File tree

6 files changed

+9232
-1369
lines changed

6 files changed

+9232
-1369
lines changed

babel.config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
module.exports = {
2+
'presets': [
3+
['@babel/preset-env', { 'targets': { 'node': 'current' } }],
4+
'@babel/preset-typescript',
5+
],
6+
'plugins': [
7+
'@babel/plugin-transform-modules-commonjs',
8+
'babel-plugin-transform-import-meta',
9+
],
10+
}

0 commit comments

Comments
 (0)