Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

24 wiersze
514 B

  1. {
  2. "compileOnSave": false,
  3. "compilerOptions": {
  4. "baseUrl": "./",
  5. "outDir": "./dist/out-tsc",
  6. "sourceMap": true,
  7. "declaration": false,
  8. "downlevelIteration": true,
  9. "experimentalDecorators": true,
  10. "module": "esnext",
  11. "moduleResolution": "node",
  12. "importHelpers": true,
  13. "target": "es2015",
  14. "skipLibCheck": true,
  15. "lib": [
  16. "es2018",
  17. "dom"
  18. ]
  19. },
  20. "angularCompilerOptions": {
  21. "fullTemplateTypeCheck": true,
  22. "strictInjectionParameters": true
  23. }
  24. }