Guest User

Untitled

a guest
Dec 12th, 2018
72
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": "es2015",
  4. "jsx": "react",
  5. "noEmit": true,
  6. "moduleResolution": "node",
  7. "esModuleInterop": true
  8. },
  9. "exclude": [
  10. "node_modules",
  11. ],
  12. }
Add Comment
Please, Sign In to add comment