avoid failed tsc builds

This commit is contained in:
Igor Lins e Silva
2023-01-26 20:05:05 -03:00
parent 3a5997ca98
commit 176932a78c
+1
View File
@@ -6,6 +6,7 @@
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"noImplicitAny": false, "noImplicitAny": false,
"moduleResolution": "node", "moduleResolution": "node",
"noEmitOnError": true,
"sourceMap": true, "sourceMap": true,
"allowJs": false, "allowJs": false,
"typeRoots": [ "typeRoots": [