Guest User

Untitled

a guest
Jan 23rd, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. {
  2. "plugins": ["@babel/plugin-proposal-class-properties"],
  3. "presets": [
  4. ["@babel/preset-env", {
  5. "targets": {
  6. "node": true,
  7. }
  8. }]
  9. ]
  10. }
Add Comment
Please, Sign In to add comment