Skip to content

Commit a0167c1

Browse files
authored
chore: enable skipLibCheck (#101)
Some dependencies ship types which fail with our strictness level. This should skip them so our builds continue to work.
1 parent a599c9d commit a0167c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"strict": true,
1414
"declaration": true,
1515
"declarationMap": true,
16-
"moduleResolution": "bundler"
16+
"moduleResolution": "bundler",
17+
"skipLibCheck": true
1718
}
1819
}

0 commit comments

Comments
 (0)