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