Skip to content

Commit

Permalink
tsconfig: enable new option
Browse files Browse the repository at this point in the history
  • Loading branch information
krisztianb committed Jun 11, 2021
1 parent 8dfcb1c commit e2987c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"module": "commonjs",
"outDir": "dist",
"strict": true,
"noImplicitOverride": true,
"target": "es2015"
},
"include": ["src"]
Expand Down

0 comments on commit e2987c4

Please sign in to comment.