Skip to content

Commit

Permalink
fix: change tsconfig to enable strict to true
Browse files Browse the repository at this point in the history
crutchcorn authored and BuckyMaler committed Jul 23, 2021

Verified

This commit was signed with the committer’s verified signature. The key has expired.
erictapen Kerstin
1 parent ff5e2c2 commit d7fb3d9
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -4,7 +4,8 @@
"jsx": "preserve",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"types": ["webpack-env", "node"]
"types": ["webpack-env", "node"],
"strict": true
},
"include": [],
"files": [],
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
@@ -4,7 +4,8 @@
"jsx": "preserve",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"types": ["webpack-env", "node"]
"types": ["webpack-env", "node"],
"strict": true
},
"include": [],
"files": [],

0 comments on commit d7fb3d9

Please sign in to comment.