@foray1010/babel-preset
v13.0.0
Published
1. Install peer dependencies
Downloads
228
Readme
@foray1010/babel-preset
Installation
Install peer dependencies
for app (type checking only):
yarn add -E @babel/runtime core-jsfor library (type checking and generate typings):
yarn add @babel/runtimeyarn add -DE @babel/core @foray1010/babel-presetCreate an
.babelrc.mjsin the project rootconst config = { presets: ['@foray1010/babel-preset'], } export default config
