Skip to content

Commit

Permalink
address remarks: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Jamrozik committed Jul 15, 2024
1 parent 2031240 commit c29876f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eng/tools/specs-model/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lib": ["ES2022"],

// checkJS is set to true by [strictest] but we need to disable it to avoid this [build failure].
// We don't need it anyway, as all sources are in .js except the 3-line cmd entry-point.
// We don't need it anyway, as all sources are in .ts except the 3-line cmd entry-point.
// https://www.typescriptlang.org/tsconfig/#checkJs
"checkJs": false
}
Expand All @@ -19,4 +19,3 @@
// [strictest]: https://www.npmjs.com/package/@tsconfig/strictest from [tsconfig bases]
// [tsconfig bases]: https://github.com/tsconfig/bases#centralized-recommendations-for-tsconfig-bases from https://www.typescriptlang.org/tsconfig#target
// [build failure]: https://stackoverflow.com/questions/42609768/typescript-error-cannot-write-file-because-it-would-overwrite-input-file

0 comments on commit c29876f

Please sign in to comment.