-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency typescript to v3.9.5 (#278)
* Update dependency typescript to v3.9.5 * Update dependency typescript to v3.9.5 * Fix name clashes in resolvers-types.ts with a hack I modified indent_style back to "space" in .editorconfig to avoid too much changes in this commit's diff. We still have the following problem: "error TS5053: Option 'noEmit' cannot be specified with option 'composite'." * Add --composite false to "typecheck:api" npm command TypeScript incremental build seems to be a problem for projects using Babel, like Next.js apps: "error TS5053: Option 'noEmit' cannot be specified with option 'composite'." So... microsoft/TypeScript#36917 * Suppress TS errors from mocked server context * Fix *Payload interfaces with a temporary hack * Fix directories in VS Code workspace config * Add --composite false to "typecheck:web" npm command * Add tsconfig.build.json to avoid incremental build For package/web, which uses Babel. * Replace GlobalFetch with WindowOrWorkerGlobalScope GlobalFetch was removed in TS 3.6.2: apollographql/apollo-link#1131 * Fix root "build" command to use tsconfig.build.json Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Josias Iquabius <iquabius@gmail.com>
- Loading branch information
1 parent
40c0b94
commit 184e555
Showing
11 changed files
with
648 additions
and
447 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.