Aditya Sharma
update
1719261
raw
history blame contribute delete
137 Bytes
{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "ESNext",
"lib": ["es2024"],
},
"exclude": [
"coverage",
],
}