azure-sdk-for-js/sdk/eventhub/eventhubs-checkpointstore-blob/tsconfig.json

14 строки
398 B
JSON

{
"extends": "../../../tsconfig.package",
"compilerOptions": {
"declarationDir": "./typings",
"outDir": "./dist-esm",
"downlevelIteration": true,
"paths": {
"@azure/eventhubs-checkpointstore-blob": ["./src/index"]
}
},
"exclude": ["node_modules", "./types/**/*.d.ts", "./samples/**/*.ts"],
"include": ["./src/**/*.ts", "./test/**/*.ts", "samples-dev/**/*.ts"]
}