Upgrade to Pro — share decks privately, control downloads, hide ads and more …

本当に欲しかったのはモノレポツールではなく、tsconfigの設定だった / monor...

本当に欲しかったのはモノレポツールではなく、tsconfigの設定だった / monorepo-tsconfig

Masahiko Sakakibara

January 24, 2025
Tweet

More Decks by Masahiko Sakakibara

Other Decks in Design

Transcript

  1. ͡Ό͋ɺԿ͕ཉ͔ͬͨ͠Μ͚ͩͬ wόοΫΤϯυ͸/FTU+4ʢ5ZQF4DSJQUʣ wϑϩϯτΤϯυ͸ɺ*POJD"OHVMBSʢ5ZQF4DSJQUʣ @Get('qty-per-date/group/:groupId') async getGroupTransactionPerDate(@Param('groupId') groupId: string): Promise<IResponseThreadTransactionPerDate> {

    return this.transactionService.getThreadTransactionPerDate(this.auth.user Id, parseInt(groupId, 10)); } async getGroupTransactionPerDate(groupId: number): Promise<IResponseThreadTransactionPerDate> { return firstValueFrom( this.#http.get<IResponseThreadTransactionPerDate>(environment. api + 'transaction/qty-per-date/group/' + groupId), ); }