Merge pull request #960 from getmaxun/auto-robots

chore(ts): set `skipLibCheck` true
This commit is contained in:
Karishma Shukla
2026-02-15 02:17:37 +05:30
committed by GitHub

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"]
} }