перенес создание протокола в Go Excelize

This commit is contained in:
Artem Tsyrulnikov
2026-04-05 14:59:54 +03:00
parent 730d453371
commit ddba2dc3e1
13 changed files with 171 additions and 1330 deletions

View File

@@ -14,16 +14,24 @@
"outDir": "./dist/",
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
"shared/*": ["./shared/*"]
"@/*": [
"./src/*"
],
"shared/*": [
"./shared/*"
]
},
"skipLibCheck": true
},
"ts-node": {
"compilerOptions": {
"module": "CommonJS"
}
},
"exclude": ["node_modules", "dist", "build", "coverage"]
"exclude": [
"node_modules",
"dist",
"build",
"coverage"
]
}