Skip to content

Commit

Permalink
move strictFunctionTypes=true from IDE to compile
Browse files Browse the repository at this point in the history
No code changes were needed to move strictFunctionTypes=true from a IDE
only setting to a compile settings.
  • Loading branch information
jkasten2 committed Sep 20, 2024
1 parent 24895d0 commit 7602f41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions build/config/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"sourceRoot": "../..",
"rootDir": "../..",
"esModuleInterop": true,
"strictFunctionTypes": true,
"baseUrl": "../..",
"types": [
"node"
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"strictPropertyInitialization": true,
"strictFunctionTypes": true,
"baseUrl": ".",
"types": ["jest", "node"]
},
Expand Down

0 comments on commit 7602f41

Please sign in to comment.