Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. BUILD ERROR
  2. error TS6059: File 'C:/ruta/fuera/de/la/libreria/fichero.ts' is not under 'rootDir' 'C:rutadelalibreriasrc'. 'rootDir' is expected to contain all source files.
  3.  
  4. import { NzDrawerRef } from 'ng-zorro-antd';
  5.  
  6. {
  7. "extends": "../../tsconfig.json",
  8. "compilerOptions": {
  9. "outDir": "../../out-tsc/lib",
  10. "rootDirs": [
  11. "./src",
  12. "./../../src/app/modules/modulo/a/importar"
  13. ],
  14. "target": "es2015",
  15. "module": "es2015",
  16. "moduleResolution": "node",
  17. "declaration": true,
  18. "sourceMap": true,
  19. "inlineSources": true,
  20. "emitDecoratorMetadata": true,
  21. "experimentalDecorators": true,
  22. "importHelpers": true,
  23. "types": [],
  24. "lib": [
  25. "dom",
  26. "es2018"
  27. ]
  28. },
  29. "angularCompilerOptions": {
  30. "annotateForClosureCompiler": true,
  31. "skipTemplateCodegen": true,
  32. "strictMetadataEmit": false,
  33. "fullTemplateTypeCheck": true,
  34. "strictInjectionParameters": true,
  35. "enableResourceInlining": true
  36. },
  37. "exclude": [
  38. "src/test.ts",
  39. "**/*.spec.ts",
  40. ]
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement