chore: no typechecking node_modules

This commit is contained in:
Vlad Frangu
2025-05-31 11:32:34 +03:00
committed by GitHub
parent da23f132f4
commit 64855f3451

View File

@@ -13,7 +13,8 @@
"target": "ES2020",
"strictNullChecks": true,
"preserveConstEnums": true,
"exactOptionalPropertyTypes": true
"exactOptionalPropertyTypes": true,
"skipLibCheck": true
},
"include": [
"globals.ts",