Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. {
  2. "compilerOptions": {
  3. "target": "es5",
  4. "strict": true,
  5. "outDir": "dist",
  6. "module": "commonjs",
  7. "noImplicitAny": true,
  8. "removeComments": true,
  9. "preserveConstEnums": true,
  10. "sourceMap": true
  11. },
  12. "include": [
  13. "src/**/*"
  14. ],
  15. "exclude": [
  16. "node_modules",
  17. "**/*.spec.ts"
  18. ]
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement