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, "allowJs": true,
"target": "es6", "target": "es6",
"module": "commonjs", "module": "commonjs",
"esModuleInterop": true "esModuleInterop": true,
"skipLibCheck": true
}, },
"include": ["src"] "include": ["src"]
} }