-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- I'd be willing to implement this feature (contributing guide)
- This feature is important to have in this repository; a contrib plugin wouldn't do
Describe the user story
tsgo will be the future.
But yarn berry haven't support tsgo.
"packageManager": "yarn@4.9.1",
"devDependencies": {
"@mxyhi/tsgo": "^2025.7.12-18",
$ yarn tsgo
tsconfig.json:3:5 - error TS6053: File '@tsconfig/strictest/tsconfig.json' not found.
3 "@tsconfig/strictest/tsconfig.json",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tsconfig.json:4:5 - error TS6053: File '@tsconfig/node24/tsconfig.json' not found.
4 "@tsconfig/node24/tsconfig.json"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Found 2 errors in the same file, starting at: tsconfig.json:3
Describe the solution you'd like
-
Yarn berry support tsgo cli
-
Yarn berry sdks support tsgo.
Describe the drawbacks of your solution
Describe alternatives you've considered
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request