Skip to content

Commit 7777984

Browse files
chore: move babel config to package.json
1 parent cecf2da commit 7777984

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.babelrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,8 @@
108108
"@typescript-eslint/explicit-function-return-type": 0
109109
},
110110
"ignorePatterns": ["build/", "node_modules/"]
111+
},
112+
"babel": {
113+
"presets": [["@verdaccio"]]
111114
}
112115
}

0 commit comments

Comments
 (0)