mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-10 03:37:43 +02:00
* UBERF-11111: Add retry package Signed-off-by: Artem Savchenko <armisav@gmail.com> * UBERF-11111: Pass original error to logger Signed-off-by: Artem Savchenko <armisav@gmail.com> * UBERF-11111: Support different delay strategies Signed-off-by: Artem Savchenko <armisav@gmail.com> * UBERF-11111: Fix formatting in readme Signed-off-by: Artem Savchenko <armisav@gmail.com> --------- Signed-off-by: Artem Savchenko <armisav@gmail.com>
12 lines
340 B
JSON
12 lines
340 B
JSON
{
|
|
"extends": "./node_modules/@hcengineering/platform-rig/profiles/node/tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./lib",
|
|
"declarationDir": "./types",
|
|
"tsBuildInfoFile": ".build/build.tsbuildinfo"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "lib", "dist", "types", "bundle"]
|
|
} |