Skip to content

Commit

Permalink
fix: change tsconfig to enable strict to true
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn authored and BuckyMaler committed Jul 23, 2021
1 parent ff5e2c2 commit d7fb3d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"jsx": "preserve",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"types": ["webpack-env", "node"]
"types": ["webpack-env", "node"],
"strict": true
},
"include": [],
"files": [],
Expand Down
3 changes: 2 additions & 1 deletion libs/vue/src/schematics/library/files/tsconfig.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"jsx": "preserve",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"types": ["webpack-env", "node"]
"types": ["webpack-env", "node"],
"strict": true
},
"include": [],
"files": [],
Expand Down

0 comments on commit d7fb3d9

Please sign in to comment.