.babelrc 158 B

12345678910111213
  1. {
  2. "presets": [
  3. "@babel/preset-env",
  4. "@babel/typescript"
  5. ],
  6. "env": {
  7. "production": {
  8. "presets": [
  9. "minify"
  10. ]
  11. }
  12. }
  13. }