1234567891011121314151617 |
- {
- "extends": "./node_modules/@yume-chan/ts-package-builder/tsconfig.base.json",
- "compilerOptions": {
- "lib": [
- "ESNext",
- "DOM"
- ],
- },
- "references": [
- {
- "path": "../adb/tsconfig.build.json"
- },
- {
- "path": "../stream-extra/tsconfig.build.json"
- }
- ]
- }
|