first commit

This commit is contained in:
2025-01-31 01:51:35 +01:00
commit 8bd42147c5
138 changed files with 424730 additions and 0 deletions

12
tsconfig.json Normal file
View File

@@ -0,0 +1,12 @@
{
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"declaration": true,
"declarationDir": "./dist",
"module": "commonjs",
"target": "es6",
"strict": true
},
"include": ["src/**/*"]
}