Skip to content

Commit

Permalink
add strict: true compiler option
Browse files Browse the repository at this point in the history
  • Loading branch information
lozjackson committed May 6, 2024
1 parent 3977ab0 commit efc0953
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
@@ -1,6 +1,7 @@
{
"extends": "@tsconfig/ember/tsconfig.json",
"compilerOptions": {
"strict": true,
// The combination of `baseUrl` with `paths` allows Ember's classic package
// layout, which is not resolvable with the Node resolution algorithm, to
// work with TypeScript.
Expand Down

0 comments on commit efc0953

Please sign in to comment.