Skip to content

Commit

Permalink
lint(tsconfig.json): [#22176] change compilerOptions.strict from `f…
Browse files Browse the repository at this point in the history
…alse` => `true`
  • Loading branch information
usrrname committed Apr 30, 2023
1 parent e44c627 commit 44e6239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/frameworks/web-components-vite/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"rootDir": "./src",
"types": ["node"],
"resolveJsonModule": true,
"strict": false
"strict": true
},
"include": ["src/**/*"]
}

0 comments on commit 44e6239

Please sign in to comment.