Skip to content

Conversation

@OskarLebuda
Copy link
Member

Fix an issue with tsconfig.json after the action runs. tsgo removes compilerOptions.baseUrl, so we need to remove it explicitly once the action finishes.

});

// ensure tsgo is installed
await utils.addDevDependency("@typescript/native-preview@latest"); // latest because version changes every single day
Copy link
Member

Choose a reason for hiding this comment

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

Just realized we are not also removing old typescript dep 😆

Copy link
Member Author

Choose a reason for hiding this comment

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

Hmm 🤔 I’m not sure we should remove the typescript package from the repo. It could end up breaking things in the project.

@pi0 pi0 merged commit 2ef80fe into main Jan 15, 2026
2 checks passed
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.

3 participants