autorest
Version:
The AutoRest tool generates client libraries for accessing RESTful web services. Input to AutoRest is an OpenAPI spec that describes the REST API.
14 lines (13 loc) • 391 B
JSON
{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "src"
},
"exclude": ["**/*.test.*", "test/**/*"],
"references": [
{ "path": "../../extensions/core/tsconfig.build.json" },
{ "path": "../../libs/common/tsconfig.build.json" },
{ "path": "../../libs/extension/tsconfig.build.json" },
{ "path": "../../libs/configuration/tsconfig.build.json" }
]
}