| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
tsconfig changes: - Specify `moduleResolution: bundler` since we use a bundler - Specify `types: ["node"]` to speed up build - Remove `alwaysStrict` as this is now deprecated - Specify `skipLibCheck: true` to speed up build - Specify Octokit types.d.ts path manually to address compiler not being able to find types with `moduleResolution: bundler`
There was a problem hiding this comment.
Updates the repository’s TypeScript toolchain to TypeScript 6 and adjusts tsconfig.json to match the project’s bundler-based build while improving compile performance.
Changes:
Copilot reviewed 1 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| tsconfig.json | Switches to bundler module resolution, speeds up typechecking, and adds an Octokit type resolution workaround. |
| package.json | Bumps TypeScript and typescript-eslint devDependencies. |
| package-lock.json | Updates lockfile to reflect the TypeScript/typescript-eslint upgrades and transitive dependency changes. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
tsconfig changes:
Compiled files have not changed, so we can say with confidence that this is a dev/test change only.