This commit is contained in:
2024-07-10 20:38:21 +03:00
commit 4be03d9b7f
37 changed files with 4781 additions and 0 deletions

10
tsconfig.node.json Normal file
View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["app.config.ts"]
}