Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix TypeScript-based code completion in esbuild script
Code completion for esbuild.BuildOptions was not working in this file because the name of the file (esbuild.js) shadowed the name of the NPM package containing the types (esbuild). Renaming the file fixes the code completion.
- Loading branch information