pre work commit

This commit is contained in:
2026-02-20 22:05:03 +01:00
commit fde37912f0
9 changed files with 493 additions and 0 deletions

9
tsconfig.json Normal file
View File

@@ -0,0 +1,9 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "ES2017",
"lib": ["ES2017"],
"types": ["node"],
"esModuleInterop": true
}
}