Guest User

Untitled

a guest
Mar 23rd, 2020
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. {
  2. "compileOnSave": false,
  3. "compilerOptions": {
  4. "downlevelIteration": true,
  5. "importHelpers": true,
  6. "module": "esnext",
  7. "outDir": "./dist/out-tsc",
  8. "baseUrl": "src",
  9. "paths": {
  10. "@app/*": [
  11. "app/*"
  12. ],
  13. "@env/*": [
  14. "environments/*"
  15. ]
  16. },
  17. "noUnusedLocals": true,
  18. "sourceMap": true,
  19. "declaration": false,
  20. "moduleResolution": "node",
  21. "emitDecoratorMetadata": true,
  22. "experimentalDecorators": true,
  23. "target": "es5",
  24. "typeRoots": [
  25. "node_modules/@types",
  26. "node_modules/@ryancavanaugh"
  27. ],
  28. "lib": [
  29. "es2017",
  30. "dom"
  31. ]
  32. },
  33. "angularCompilerOptions": {
  34. "preserveWhitespaces": false
  35. },
  36. "include": [
  37. "src/**/*.d.ts"
  38. ],
  39. "exclude": [
  40. "./schematics"
  41. ]
  42. }
Advertisement
Add Comment
Please, Sign In to add comment