Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. {
  2. "compilerOptions": {
  3. "strict": true,
  4. "target": "ES3",
  5. "lib": [
  6. "ESNext",
  7. "ES2018",
  8. "ES2017",
  9. "ES2016",
  10. "ES2015",
  11. "DOM"
  12. ],
  13. "downlevelIteration": true
  14. },
  15. "include": ["src/**/*"]
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement