Skip to content

Commit

Permalink
strict mode for compiler async-labs#7
Browse files Browse the repository at this point in the history
  • Loading branch information
tima101 committed Apr 4, 2019
1 parent 683a9f3 commit 85d909b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"allowJs": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"alwaysStrict": true,
"removeComments": false,
"preserveConstEnums": true,
"noUnusedLocals": true,
Expand Down
1 change: 1 addition & 0 deletions app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"module": "esnext",
"jsx": "preserve",
"allowJs": true,
"alwaysStrict": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"noUnusedLocals": true,
Expand Down

0 comments on commit 85d909b

Please sign in to comment.