tsconfig.json 311 B

12345678910111213141516
  1. {
  2. "references": [
  3. {
  4. "path": "../stream-extra/tsconfig.build.json"
  5. },
  6. {
  7. "path": "../scrcpy/tsconfig.build.json"
  8. },
  9. {
  10. "path": "./tsconfig.test.json"
  11. },
  12. {
  13. "path": "./tsconfig.build.json"
  14. },
  15. ]
  16. }