Initial commit

This commit is contained in:
2024-12-03 22:52:21 +02:00
parent 986458dd4b
commit aba68a3c0a
43 changed files with 14905 additions and 1 deletions

10
tsconfig.json Normal file
View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"declaration": true,
"target": "ES6",
"declarationDir": "./dist",
"moduleResolution": "node",
"lib": ["ES6", "DOM","ESNext"],
"emitDeclarationOnly": false
}
}