azure-sdk-for-js/sdk/maps/maps-search-rest/tsconfig.json

10 строки
257 B
JSON

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