Guest User

Untitled

a guest
Nov 21st, 2017
65
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": "ES2017",
  4. "outDir": "build",
  5. "declaration": true,
  6. "rootDir": "src",
  7. "module": "commonjs",
  8. "moduleResolution": "node",
  9. "sourceMap": true,
  10. "experimentalDecorators": true,
  11. "noImplicitAny": true,
  12. "strictNullChecks": true,
  13. "noImplicitReturns": true,
  14. "noImplicitThis": true
  15. },
  16. "include": [
  17. "src/*",
  18. "src/**/*"
  19. ],
  20. "exclude": [
  21. "build",
  22. "dist",
  23. "node_modules",
  24. ".vscode"
  25. ]
  26. }
Add Comment
Please, Sign In to add comment