tsconfig.json 336 B

12345678910111213141516171819202122
  1. {
  2. "extends": "../../tsconfigbase",
  3. "compilerOptions": {
  4. "outDir": "lib",
  5. "rootDir": "src"
  6. },
  7. "include": ["src/*"],
  8. "references": [
  9. {
  10. "path": "../nbformat"
  11. },
  12. {
  13. "path": "../observables"
  14. },
  15. {
  16. "path": "../rendermime"
  17. },
  18. {
  19. "path": "../rendermime-interfaces"
  20. }
  21. ]
  22. }