first commit

This commit is contained in:
2025-04-02 12:46:16 +03:00
commit 39eefb3dc7
13 changed files with 1570 additions and 0 deletions

7
jsconfig.js Normal file
View File

@@ -0,0 +1,7 @@
{
"compilerOptions": {
"module": "CommonJS",
"target": "ES6"
"checkJs": true
}
}