There was an error while loading. Please reload this page.
2 parents daf24ba + fe83fc4 commit c480791Copy full SHA for c480791
1 file changed
tsconfig.json
@@ -7,6 +7,8 @@
7
"rootDir": "src",
8
"outDir": "dist",
9
"strict": true,
10
+ "noUncheckedIndexedAccess": true,
11
+ "exactOptionalPropertyTypes": true,
12
"esModuleInterop": true,
13
"skipLibCheck": true
14
},
0 commit comments