Skip to content

Commit 0c4b2d1

Browse files
authored
Merge pull request #110 from bufferoverflow/chore/bable-to-package
chore: move babel config to package.json
2 parents cecf2da + 7777984 commit 0c4b2d1

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)