updated files
This commit is contained in:
parent
f61d1aa0c3
commit
dd27f3bf2c
50 changed files with 54 additions and 7 deletions
|
|
@ -11,5 +11,13 @@
|
||||||
"types": ["bun-types"]
|
"types": ["bun-types"]
|
||||||
},
|
},
|
||||||
"include": ["src/**/*"],
|
"include": ["src/**/*"],
|
||||||
"exclude": ["node_modules", "dist"]
|
"exclude": ["node_modules", "dist"],
|
||||||
|
"references": [
|
||||||
|
{ "path": "../../../libs/api-client" },
|
||||||
|
{ "path": "../../../libs/config" },
|
||||||
|
{ "path": "../../../libs/event-bus" },
|
||||||
|
{ "path": "../../../libs/http-client" },
|
||||||
|
{ "path": "../../../libs/types" },
|
||||||
|
{ "path": "../../../libs/utils" },
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6,5 +6,12 @@
|
||||||
"declaration": true
|
"declaration": true
|
||||||
},
|
},
|
||||||
"include": ["src/**/*"],
|
"include": ["src/**/*"],
|
||||||
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"]
|
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"],
|
||||||
|
"references": [
|
||||||
|
{ "path": "../config" },
|
||||||
|
{ "path": "../event-bus" },
|
||||||
|
{ "path": "../http-client" },
|
||||||
|
{ "path": "../types" },
|
||||||
|
{ "path": "../utils" },
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,5 +8,12 @@
|
||||||
"allowImportingTsExtensions": false,
|
"allowImportingTsExtensions": false,
|
||||||
},
|
},
|
||||||
"include": ["src/**/*"],
|
"include": ["src/**/*"],
|
||||||
"exclude": ["node_modules", "dist", "**/*.test.ts"]
|
"exclude": ["node_modules", "dist", "**/*.test.ts"],
|
||||||
|
"references": [
|
||||||
|
{ "path": "../api-client" },
|
||||||
|
{ "path": "../event-bus" },
|
||||||
|
{ "path": "../http-client" },
|
||||||
|
{ "path": "../types" },
|
||||||
|
{ "path": "../utils" },
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,5 +8,12 @@
|
||||||
"allowImportingTsExtensions": false,
|
"allowImportingTsExtensions": false,
|
||||||
},
|
},
|
||||||
"include": ["src/**/*"],
|
"include": ["src/**/*"],
|
||||||
"exclude": ["node_modules", "dist", "**/*.test.ts"]
|
"exclude": ["node_modules", "dist", "**/*.test.ts"],
|
||||||
|
"references": [
|
||||||
|
{ "path": "../api-client" },
|
||||||
|
{ "path": "../config" },
|
||||||
|
{ "path": "../http-client" },
|
||||||
|
{ "path": "../types" },
|
||||||
|
{ "path": "../utils" },
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,5 +7,12 @@
|
||||||
"declarationMap": true
|
"declarationMap": true
|
||||||
},
|
},
|
||||||
"include": ["src/**/*"],
|
"include": ["src/**/*"],
|
||||||
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"]
|
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"],
|
||||||
|
"references": [
|
||||||
|
{ "path": "../api-client" },
|
||||||
|
{ "path": "../config" },
|
||||||
|
{ "path": "../event-bus" },
|
||||||
|
{ "path": "../types" },
|
||||||
|
{ "path": "../utils" },
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6,5 +6,12 @@
|
||||||
"declaration": true
|
"declaration": true
|
||||||
},
|
},
|
||||||
"include": ["src/**/*"],
|
"include": ["src/**/*"],
|
||||||
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"]
|
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"],
|
||||||
|
"references": [
|
||||||
|
{ "path": "../api-client" },
|
||||||
|
{ "path": "../config" },
|
||||||
|
{ "path": "../event-bus" },
|
||||||
|
{ "path": "../http-client" },
|
||||||
|
{ "path": "../utils" },
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -10,6 +10,10 @@
|
||||||
],
|
],
|
||||||
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"],
|
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"],
|
||||||
"references": [
|
"references": [
|
||||||
{ "path": "../config" }
|
{ "path": "../api-client" },
|
||||||
|
{ "path": "../config" },
|
||||||
|
{ "path": "../event-bus" },
|
||||||
|
{ "path": "../http-client" },
|
||||||
|
{ "path": "../types" },
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue