Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. {
  2. "compilerOptions": {
  3. "module": "commonjs",
  4. "declaration": false,
  5. "noImplicitAny": false,
  6. "removeComments": true,
  7. "noLib": false,
  8. "emitDecoratorMetadata": true,
  9. "experimentalDecorators": true,
  10. "target": "es6",
  11. "sourceMap": true,
  12. "allowJs": true,
  13. "outDir": "./dist",
  14. "noUnusedLocals": true
  15. },
  16. "include": [
  17. "src/**/*",
  18. "e2e/**/*",
  19. "mock-services/**/*",
  20. "create-first-admin/**/*"
  21. ],
  22. "exclude": [
  23. "node_modules"
  24. ],
  25. "types": [
  26. "jest"
  27. ]
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement