tsconfig.json 260 B

1234567891011
  1. {
  2. "extends": "./node_modules/@yume-chan/ts-package-builder/tsconfig.base.json",
  3. "references": [
  4. {
  5. "path": "../adb/tsconfig.build.json"
  6. },
  7. {
  8. "path": "../stream-extra/tsconfig.build.json"
  9. }
  10. ]
  11. }