retryable-operation
Version:
a simple package that allow executing retryable operation and providing retry options
22 lines (21 loc) • 1.21 kB
JSON
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"rootDir": "./src" /* Specify the root folder within your source files. */,
"baseUrl": "./" /* Specify the base directory to resolve non-relative module names. */,
"declaration": true /* Generate .d.ts files from TypeScript and JavaScript files in your project. */,
"declarationMap": true /* Create sourcemaps for d.ts files. */,
"sourceMap": true /* Create source map files for emitted JavaScript files. */,
"outDir": "./build" /* Specify an output folder for all emitted files. */,
"removeComments": true /* Disable emitting comments. */,
"importHelpers": true /* Allow importing helper functions from tslib once per project, instead of including them per-file. */,
"esModuleInterop": true /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */,
"forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */,
"strict": true,
"skipLibCheck": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"exclude": ["node_modules", "build"]
}