chore: remove unnecessary TS allows

This commit is contained in:
WebStreamr 2025-05-07 22:12:09 +00:00
parent b9303dc8ce
commit bf8423395f
No known key found for this signature in database

View file

@ -1,7 +1,5 @@
{
"compilerOptions": {
"allowUnreachableCode": true,
"allowUnusedLabels": true,
"alwaysStrict": true,
"esModuleInterop": true,
"exactOptionalPropertyTypes": true,