Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. {
  2. "compilerOptions": {
  3. "target": "es5",
  4. "strict": true,
  5. "module": "es2015",
  6. "moduleResolution": "node",
  7. "experimentalDecorators": true,
  8. "jsx": "react",
  9. "types": ["react", "react-dom", "redux", "react-redux"],
  10. "allowSyntheticDefaultImports": true,
  11. "lib": ["es2015", "es2016", "es2017", "dom"]
  12. },
  13. "include": ["src/**/*"],
  14. "exclude": ["node_modules"]
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement