tsconfig.json 360 B

1234567891011121314151617
  1. {
  2. "extends": "./node_modules/@yume-chan/ts-package-builder/tsconfig.base.json",
  3. "compilerOptions": {
  4. "lib": [
  5. "ESNext",
  6. "DOM"
  7. ],
  8. },
  9. "references": [
  10. {
  11. "path": "../adb/tsconfig.build.json"
  12. },
  13. {
  14. "path": "../stream-extra/tsconfig.build.json"
  15. }
  16. ]
  17. }