Hacking / node_modules /gopd /tsconfig.json
Aditya Sharma
update
1719261
raw
history blame contribute delete
116 Bytes
{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "es2021",
},
"exclude": [
"coverage",
],
}