22 строки
430 B
JSON
22 строки
430 B
JSON
{
|
|
"extends": "../../../tsconfig",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@azure/core-paging": ["./src/index.ts"]
|
|
},
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"rootDir": "."
|
|
},
|
|
"exclude": ["./samples/**/*.ts"],
|
|
"include": [
|
|
"./src/**/*.ts",
|
|
"./src/**/*.mts",
|
|
"./src/**/*.cts",
|
|
"./samples-dev/**/*.ts",
|
|
"src/**/*.ts",
|
|
"test/**/*.ts",
|
|
"samples-dev/**/*.ts"
|
|
]
|
|
}
|