Skip to content

Commit 047b5f0

Browse files
authored
fix(vue): add strict true to compilerOptions (#190)
1 parent accf733 commit 047b5f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: packages/template-blank-vue-ts/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"strict": true,
34
"target": "es2017",
45
"module": "esnext",
56
"moduleResolution": "node",

0 commit comments

Comments
 (0)