Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. {
  2. "extends": "./tsconfig.json",
  3. "compilerOptions": {
  4. "declaration": false,
  5. "rootDir": "src",
  6. "outDir": "dist",
  7. "removeComments": true,
  8. "jsx": "react"
  9. },
  10. "include": [
  11. "src/**/*"
  12. ]
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement