This commit is contained in:
2024-10-01 20:52:49 +05:30
commit fa7f2f00f4
523 changed files with 65370 additions and 0 deletions

9
node_modules/set-function-length/tsconfig.json generated vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "es2021",
},
"exclude": [
"coverage",
],
}