This commit is contained in:
2026-01-26 19:24:43 +00:00
commit 43a1c758b3
825 changed files with 121893 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "ES2021",
"maxNodeModuleJsDepth": 0,
},
"exclude": [
"coverage"
]
}