18 строки
347 B
JSON
18 строки
347 B
JSON
{
|
|
"extends": "../../../tsconfig",
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"paths": {
|
|
"@azure/eventhubs-checkpointstore-table": ["./src/index"]
|
|
}
|
|
},
|
|
"include": [
|
|
"./src/**/*.ts",
|
|
"./src/**/*.mts",
|
|
"./src/**/*.cts",
|
|
"./test/**/*.ts",
|
|
"./samples-dev/**/*.ts"
|
|
]
|
|
}
|