@foray1010/babel-preset
v12.0.2
Published
## Installation
Downloads
527
Readme
@foray1010/babel-preset
Installation
Install peer dependencies
for app (type checking only):
yarn add -E @babel/runtime core-js
for library (type checking and generate typings):
yarn add @babel/runtime
yarn add -DE @babel/core @foray1010/babel-preset
Create an
.babelrc.mjs
in the project rootconst config = { presets: ['@foray1010/babel-preset'], } export default config