Initial commit

This commit is contained in:
2024-06-01 20:46:43 +03:00
commit 51b54868bd
30 changed files with 15151 additions and 0 deletions

6
tsconfig.editor.json Normal file
View File

@@ -0,0 +1,6 @@
{
"extends": "./tsconfig.json",
"include": ["src/**/*.ts"],
"compilerOptions": {},
"exclude": ["jest.config.ts", "src/**/*.test.ts", "src/**/*.spec.ts"]
}