Skip to content

feat: add tsconfig flag to build command#5083

Open
aadamcik wants to merge 1 commit intoadonisjs:7.xfrom
aadamcik:feat/build-tsconfig
Open

feat: add tsconfig flag to build command#5083
aadamcik wants to merge 1 commit intoadonisjs:7.xfrom
aadamcik:feat/build-tsconfig

Conversation

@aadamcik
Copy link
Contributor

❓ Type of change

  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • 👌 Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

This PR adds option to provide custom tsconfig.json path when building the project.

Requires adonisjs/assembler#94 to be merged first.

📝 Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

declare packageManager?: 'npm' | 'pnpm' | 'yarn' | 'yarn@berry' | 'bun'

/**
* Define the package manager to copy the appropriate lock file
Copy link
Member

Choose a reason for hiding this comment

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

this comment is unrelated

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