Skip to content

Commit

Permalink
Turn on strict typing
Browse files Browse the repository at this point in the history
Signed-off-by: Katelyn Nienaber <katelyn.nienaber@broadcom.com>
  • Loading branch information
katelynienaber committed Oct 22, 2020
1 parent 92557a9 commit 84b899b
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 31 deletions.
99 changes: 71 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
"scope": "resource",
"properties": {
"endevor.connections": {
"type":"array",
"type": "array",
"title": "Endevor Connections",
"items": {
"type": "object",
Expand Down Expand Up @@ -235,7 +235,7 @@
],
"properties": {
"profile": {
"type":"string",
"type": "string",
"description": "Profile attached to"
},
"name": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"sourceMap": true,
"rootDir": "src",
"strict": false, /* enable all strict type-checking options */
"strict": true, /* enable all strict type-checking options */
/* Additional Checks */
"noImplicitAny": false
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
Expand Down

0 comments on commit 84b899b

Please sign in to comment.