microsoft/typespec

Public

mirrored from https://github.com/microsoft/typespecAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
51ae128d6283aa5dde4f77da12ef1eebec6808e2

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

packages/http-client-csharp/tsconfig.build.json

11lines · modecode

1{
2 "extends": "./tsconfig.json",
3 "compilerOptions": {
4 "noEmit": false,
5 "rootDir": "./src",
6 "outDir": "./dist",
7 "tsBuildInfoFile": "temp/tsconfig.tsbuildinfo"
8 },
9 "references": [],
10 "include": ["src/"]
11}
12