update tsconfig

This commit is contained in:
fmtabbara
2021-09-10 11:13:18 +01:00
parent 37da23ab1c
commit 228df278d9
+2 -1
View File
@@ -70,5 +70,6 @@
/* Advanced Options */
"skipLibCheck": true /* Skip type checking of declaration files. */,
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
}
},
"exclude": ["node_modules", "dist"]
}