This commit is contained in:
2026-02-05 12:03:22 +00:00
commit 1a0fceadc0
21 changed files with 13332 additions and 0 deletions

13
tsconfig.json Normal file
View File

@@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"skipLibCheck": true
},
"exclude": [
"dist_*/**/*.d.ts"
]
}