Skip to content

Commit c480791

Browse files
Merge pull request #5 from ahmed-hashi-dev/chore/strengthen-tsconfig
chore: strengthen TypeScript config
2 parents daf24ba + fe83fc4 commit c480791

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
"rootDir": "src",
88
"outDir": "dist",
99
"strict": true,
10+
"noUncheckedIndexedAccess": true,
11+
"exactOptionalPropertyTypes": true,
1012
"esModuleInterop": true,
1113
"skipLibCheck": true
1214
},

0 commit comments

Comments
 (0)