remove babel.config.js

This commit is contained in:
Felicio Mununga 2022-06-10 16:36:42 +02:00
parent e9ee5ffaf3
commit 2cbdbbfb74
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
1 changed files with 0 additions and 6 deletions

View File

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