Initial commit from template

This commit is contained in:
StackClass
2026-01-08 09:19:59 +00:00
commit f5485c229f
17 changed files with 1841 additions and 0 deletions

14
tsconfig.json Normal file
View File

@@ -0,0 +1,14 @@
{
"compilerOptions": {
"types": ["mocha"],
"lib": ["esnext"],
"module": "commonjs",
"target": "es2020",
"moduleResolution": "node",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"resolveJsonModule": true
}
}