chore(ts/lint): cleanup

This commit is contained in:
moklick
2022-08-08 15:14:34 +02:00
parent 293fa3637d
commit 8d873068cc
5 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module.exports = {
presets: [
'@babel/preset-react',
['@babel/preset-react', { runtime: 'automatic' }],
'@babel/preset-typescript',
'@babel/preset-env',
],