Guest User

Untitled

a guest
Apr 25th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. {
  2. "compilerOptions": {
  3. "target": "es2015",
  4. "module": "es2015",
  5. "moduleResolution": "node",
  6. "jsx": "react",
  7. "outDir": "artifacts",
  8. "rootDir": "src",
  9. "allowSyntheticDefaultImports": true,
  10. "noImplicitAny": false,
  11. "preserveConstEnums": true,
  12. "allowJs": false,
  13. "sourceMap": true,
  14. "noImplicitReturns": true,
  15. "noUnusedParameters": true,
  16. "noUnusedLocals": true,
  17. "skipLibCheck": true
  18. },
  19. "filesGlob": [
  20. "typings/index.d.ts",
  21. "src/**/*.ts",
  22. "src/**/*.tsx"
  23. ],
  24. "types": [
  25. "react",
  26. "react-native",
  27. "jest"
  28. ],
  29. "exclude": [
  30. "android",
  31. "ios",
  32. "build",
  33. "node_modules"
  34. ],
  35. "compileOnSave": false
  36. }
Add Comment
Please, Sign In to add comment