chore(ts): set skipLibCheck true

This commit is contained in:
amhsirak
2026-01-23 18:18:49 +05:30
parent b6ab0df986
commit 83f28f4746

View File

@@ -5,7 +5,8 @@
"allowJs": true,
"target": "es6",
"module": "commonjs",
"esModuleInterop": true
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["src"]
}