Skip to content

Commit

Permalink
fix: Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed May 2, 2023
1 parent f7b0696 commit 78520de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Expand Up @@ -18,8 +18,8 @@
"noUnusedParameters":true,
"noPropertyAccessFromIndexSignature":true,
"noUncheckedIndexedAccess":true,
"noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
"noFallthroughCasesInSwitch":true, /* Report errors for fallthrough cases in switch statement. */
"noImplicitReturns": true,
"noFallthroughCasesInSwitch":true,
"noImplicitThis":true,
"strictBindCallApply":true,
"strictFunctionTypes":true,
Expand Down Expand Up @@ -51,4 +51,4 @@
".build",
"esbuild.config.mjs"
]
}
}

0 comments on commit 78520de

Please sign in to comment.