Skip to content

Commit

Permalink
attempt get rid of tsconfig_strictest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Jamrozik committed Jul 15, 2024
1 parent 464dffe commit 8366994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
4 changes: 2 additions & 2 deletions eng/tools/specs-model/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"extends": [
"../tsconfig.json",
// [strictest], but see the comment inside the extended file.
"../tsconfig_strictest.json"
// [strictest]
"@tsconfig/strictest/tsconfig.json"
],
"compilerOptions": {
"outDir": "./dist",
Expand Down
28 changes: 0 additions & 28 deletions eng/tools/tsconfig_strictest.json

This file was deleted.

0 comments on commit 8366994

Please sign in to comment.