Skip to content

Commit

Permalink
fix: enforce simple strict tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander committed Sep 15, 2023
1 parent 518083d commit d66f4a9
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions tsconfig-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,12 @@
"esnext",
"dom"
],
"strict": true,
"sourceMap": false,
"allowJs": false,
"declaration": true,
"moduleResolution": "node",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noImplicitAny": true,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": true,
"noUnusedParameters": true
},
"include": [
"src"
Expand Down

0 comments on commit d66f4a9

Please sign in to comment.