microsoft/typespec

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/enable-org-wide-billing

Branches

Tags

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

Clone

HTTPS

Download ZIP

packages/best-practices/tsconfig.json

9lines · modecode

1{
2 "extends": "../../tsconfig.base.json",
3 "references": [{ "path": "../compiler/tsconfig.json" }],
4 "compilerOptions": {
5 "outDir": "dist",
6 "rootDir": ".",
7 "tsBuildInfoFile": "temp/tsconfig.tsbuildinfo"
8 }
9}
10