Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. {
  2. "compilerOptions": {
  3. "target": "es2015",
  4. "module": "es2015",
  5. "moduleResolution": "node",
  6. "pretty": true,
  7. "jsx": "react",
  8. "outDir": "build",
  9. "allowSyntheticDefaultImports": true,
  10. "noImplicitAny": false,
  11. "experimentalDecorators": true,
  12. "allowJs": true,
  13. "sourceMap": false,
  14. "alwaysStrict": true,
  15. "strictNullChecks": false
  16. },
  17. "include": [
  18. "src/**/*"
  19. ]
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement