Skip to content

Commit

Permalink
update activate tsconfig strictness rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstyles committed May 11, 2024
1 parent bb8d3bd commit 5575d33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/config-ts/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"resolveJsonModule": true,
"moduleDetection": "force",
"isolatedModules": true,
"verbatimModuleSyntax": false,
"verbatimModuleSyntax": true,

"strict": true,
"noUncheckedIndexedAccess": false,
"noUncheckedIndexedAccess": true,
"noImplicitOverride": true,

"composite": false,
"composite": true,
"declaration": true,
"declarationMap": true,
"sourceMap": true,
Expand Down

0 comments on commit 5575d33

Please sign in to comment.