-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
/libs/adapters
test type fixes (#7553)
* update tsconfig configuration in `/model` * update tsconfig configuration in `/core` * update tsconfig configuration in `/chains` * update tsconfig configuration in `/adapters` * update tsconfig configuration in `shared` * update tsconfig configuration in `logging` * `packages/commonwealth` tsconfig update + copy `references` to build tsconfig (microsoft/TypeScript#27098) * specify tsconfig.build.json in references * discobot and snapshot tsconfig.build.json updates * remove test from includes (follow-up PR) * merge resolution * merge resolution * remove "test" from include in snapshot * leaner tsconfig * remove `includes` from lib tsconfigs + fix `/adapters/test/` types --------- Co-authored-by: rotorsoft <rotorsoft@outlook.com>
- Loading branch information
1 parent
3c7c356
commit 6b4d376
Showing
9 changed files
with
35 additions
and
35 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
{ | ||
"extends": "../tsconfig.json", | ||
"include": ["src"] | ||
"extends": "../tsconfig.json" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,5 @@ | |
"extends": "../tsconfig.json", | ||
"compilerOptions": { | ||
"strict": false | ||
}, | ||
"include": ["src", "test"] | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
{ | ||
"extends": "../tsconfig.json", | ||
"include": ["src", "test"] | ||
"extends": "../tsconfig.json" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
{ | ||
"extends": "../tsconfig.json", | ||
"include": ["src", "test"] | ||
"extends": "../tsconfig.json" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
{ | ||
"extends": "../tsconfig.json", | ||
"include": ["src", "test"] | ||
"extends": "../tsconfig.json" | ||
} |