Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sindresorhus/tsconfig
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: sindresorhus/tsconfig
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 24, 2021

  1. 3
    Copy the full SHA
    4db7f3d View commit details
  2. 0.9.0

    sindresorhus committed Feb 24, 2021
    Copy the full SHA
    3f5f189 View commit details
Showing with 2 additions and 1 deletion.
  1. +1 −1 package.json
  2. +1 −0 tsconfig.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sindresorhus/tsconfig",
"version": "0.8.0",
"version": "0.9.0",
"description": "Shared TypeScript config for my projects",
"license": "MIT",
"repository": "sindresorhus/tsconfig",
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -18,6 +18,7 @@
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedIndexedAccess": true,
"noPropertyAccessFromIndexSignature": true,
"noEmitOnError": true,
"useDefineForClassFields": true,
"forceConsistentCasingInFileNames": true,