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