first commit

This commit is contained in:
2026-07-03 20:26:58 +09:00
commit 689d367b84
828 changed files with 269007 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "es2022",
},
"exclude": [
"coverage",
"test/list-exports"
],
}