Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tsconfig.json to include "src/**/*" in the include section #14

Merged
merged 1 commit into from
Jun 2, 2024

Conversation

k-taro56
Copy link
Contributor

@k-taro56 k-taro56 commented Jun 2, 2024

This pull request updates the tsconfig.json file to include the "src/**/*" pattern in the include section. This ensures that all files under the "src" directory and its subdirectories are included in the TypeScript compilation process. The "outDir" property is also updated to "./dest" to specify the output folder for all emitted files. This change improves the project's build configuration and ensures that all relevant source files are included in the compilation.

@k-taro56 k-taro56 enabled auto-merge June 2, 2024 00:57
Copy link

codecov bot commented Jun 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (f1ff74c) to head (387f887).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #14   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           57        57           
  Branches        11        11           
=========================================
  Hits            57        57           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@k-taro56 k-taro56 self-assigned this Jun 2, 2024
@k-taro56 k-taro56 requested a review from soleil-colza June 2, 2024 00:59
Copy link
Contributor

@soleil-colza soleil-colza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ありがと
私のNextraのやつ見てーって言おうとしてたけど見れないんだった・・・😇

@k-taro56 k-taro56 merged commit 7fb666a into main Jun 2, 2024
8 checks passed
@k-taro56 k-taro56 deleted the fix/src-path branch June 2, 2024 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants