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