* feat: upgrade typescript to 5.8.3 Co-Authored-By: joe@cal.com <joe@cal.com> * chore: fix TypeScript 5.8.3 compatibility issues Co-Authored-By: joe@cal.com <joe@cal.com> * Uncomment `optmizeImage` * Type fix * Type fix --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: joe@cal.com <joe@cal.com> Co-authored-by: Joe <j.auyeung419@gmail.com>
17 lines
361 B
JSON
17 lines
361 B
JSON
{
|
|
"name": "@calcom/eslint-plugin-eslint",
|
|
"sideEffects": false,
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"main": "./src/index.js",
|
|
"dependencies": {
|
|
"@typescript-eslint/parser": "^5.52.0",
|
|
"@typescript-eslint/utils": "^5.52.0",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/eslint": "^8.4.5"
|
|
}
|
|
}
|