Refactoring base files

This commit is contained in:
Sergei_Verbitski
2026-03-23 18:47:49 +03:00
parent 8575fd6db8
commit 76bea61d91
12 changed files with 114 additions and 8194 deletions

View File

@@ -3,7 +3,10 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@itprom/*": ["./src/modules/*/src/index.ts"]
"@itprom/*": [
"./node_modules/@itprom/*",
"./src/modules/*/src/index.ts"
]
}
}
}