tsconfig.json 244 B

12345678910111213141516
  1. {
  2. "extends": "../../tsconfigbase",
  3. "compilerOptions": {
  4. "outDir": "lib",
  5. "rootDir": "src"
  6. },
  7. "include": ["src/*"],
  8. "references": [
  9. {
  10. "path": "../application"
  11. },
  12. {
  13. "path": "../ui-components"
  14. }
  15. ]
  16. }