Skip to content

Commit 78fc93f

Browse files
committed
fix: fixing the type check
1 parent a04e0c1 commit 78fc93f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"allowSyntheticDefaultImports": true,
1414
"resolveJsonModule": true,
1515
"allowJs": true,
16-
"outDir": ".erb/dll"
16+
"outDir": ".erb/dll",
17+
"skipLibCheck": true
1718
},
1819
"exclude": ["test", "release/build", "release/app/dist", ".erb/dll"]
1920
}

0 commit comments

Comments
 (0)