Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. {
  2. "presets": [
  3. "@babel/preset-env",
  4. "@babel/preset-typescript",
  5. "@babel/preset-react"
  6. ],
  7. "plugins": [
  8. "@babel/proposal-class-properties",
  9. "@babel/proposal-object-rest-spread"
  10. ]
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement