Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DexrnZacAttack authored May 2, 2024
1 parent 1aa177d commit 4462903
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,11 @@
"noEmit": true,
"skipLibCheck": true,
"strict": true,
"strictNullChecks": false, // temp, remove later on
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noUncheckedIndexedAccess": true,
"allowUnreachableCode": false,
"noUnusedLocals": true,
"noUnusedParameters": true
},
"exclude": [
"./dist/**/*"
]
}
}

0 comments on commit 4462903

Please sign in to comment.