Skip to content

Commit

Permalink
Enable strict in user code tsconfig to catch type definition files er…
Browse files Browse the repository at this point in the history
…rors in strict mode (#1322)
  • Loading branch information
srknzl authored Jun 18, 2022
1 parent e8f7c45 commit a71eb69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/user_code/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"noEmit": true,
"module": "commonjs",
"moduleResolution": "node",
"stripInternal": true
"stripInternal": true,
"strict": true
},
"include": [
"UserCodeTest.ts"
Expand Down

0 comments on commit a71eb69

Please sign in to comment.