azure-sdk-for-js/sdk/healthinsights/health-insights-radiologyin.../tsconfig.json

12 строки
289 B
JSON
Исходник Обычный вид История

{
"extends": "../../../tsconfig",
"compilerOptions": {
"outDir": "./dist-esm",
"declarationDir": "./types",
"paths": {
"@azure-rest/health-insights-radiologyinsights": ["./src/index"]
}
},
"include": ["src/**/*.ts", "./test/**/*.ts", "samples-dev/**/*.ts"]
}