feat: updated testing configs

This commit is contained in:
Smigz 2024-02-19 16:01:49 -05:00
parent 024ecc2027
commit 36bf0c07d6
5 changed files with 409 additions and 41 deletions

View file

@ -1,3 +1,6 @@
module.exports = {
presets: [['@babel/preset-env', { targets: { node: 'current' } }]],
presets: [
['@babel/preset-env', { targets: { node: 'current' } }],
'@babel/preset-typescript',
],
};