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

10
tsconfig.app.json Normal file
View File

@@ -0,0 +1,10 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./dist/out-tsc",
"types": []
},
"files": ["src/main.ts"],
"include": ["src/**/*.d.ts"],
"exclude": ["jest.config.ts", "src/**/*.test.ts", "src/**/*.spec.ts"]
}