microsoft/typespec

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/add-vanity-link-sdk-folder

Branches

Tags

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

Clone

HTTPS

Download ZIP

packages/html-program-viewer/tsconfig.build.json

6lines · modecode

1{
2 "extends": "./tsconfig.json",
3 "include": ["src"],
4 "exclude": ["src/index.ts", "src/emitter.ts", "**/*.test.ts", "**/*.test.tsx"],
5 "references": [{ "path": "../compiler/tsconfig.build.json" }]
6}