Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. {
  2. "compileOnSave": false,
  3. "compilerOptions": {
  4. "strict": true,
  5. "baseUrl": "./",
  6. "outDir": "./dist/out-tsc",
  7. "sourceMap": true,
  8. "declaration": false,
  9. "downlevelIteration": true,
  10. "experimentalDecorators": true,
  11. "module": "esnext",
  12. "moduleResolution": "node",
  13. "importHelpers": true,
  14. "target": "es2015",
  15. "typeRoots": [
  16. "node_modules/@types"
  17. ],
  18. "lib": [
  19. "es2018",
  20. "dom"
  21. ]
  22. },
  23. "angularCompilerOptions": {
  24. "fullTemplateTypeCheck": true,
  25. "strictInjectionParameters": true
  26. }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement