Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. {
  2. "compilerOptions": {
  3. "target": "es5",
  4. "module": "commonjs",
  5. "noUnusedLocals": true,
  6. "noUnusedParameters": true,
  7. "sourceMap": false,
  8. "noImplicitAny": false,
  9. "lib": ["es2017"]
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement