web
web copied to clipboard
fix(dev-server-esbuild): properly parse tsconfig files from the provided path using `get-tsconfig`, default tsconfig path to tsconfig.json if ts or tsx is true in config
What I did
- fix #1921 by coping the changes @peschee had done in https://github.com/modernweb-dev/dev-server-esbuild/issues/20 to the dev-server-esbuild package in web monorepo (not clear why theres two copy of the same package)
- default tsconfig path to "tsconfig.json" if tsconfig path is not specified in config but either ts or tsx is set to true (addressing this comment https://github.com/modernweb-dev/web/issues/1921#issuecomment-1086924243)
🦋 Changeset detected
Latest commit: 6b01b33b816e6fd3a9147089f48ec7498d9b4ec3
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 1 package
| Name | Type |
|---|---|
| @web/dev-server-esbuild | Patch |
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR