Guest User

Untitled

a guest
May 25th, 2018
532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. {
  2. "compilerOptions": {
  3. "allowSyntheticDefaultImports": true,
  4. "jsx": "react",
  5. "module": "commonjs",
  6. "noImplicitAny": true,
  7. "outDir": "./build/",
  8. "preserveConstEnums": true,
  9. "removeComments": true,
  10. "sourceMap": true,
  11. "target": "es5"
  12. },
  13. "include": [
  14. "./src/**/**/*"
  15. ]
  16. }
Add Comment
Please, Sign In to add comment