Guest User

Untitled

a guest
May 25th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. {
  2. "compilerOptions": {
  3. "noImplicitAny": true,
  4. "lib": [
  5. "es2015",
  6. "es2016",
  7. "es2017"
  8. ],
  9. "module": "es6",
  10. "target": "es5",
  11. "allowJs": true
  12. }
  13. }
Add Comment
Please, Sign In to add comment