microsoft/typespec

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/add-error-check-function-implementation

Branches

Tags

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

Clone

HTTPS

Download ZIP

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

9lines · modecode

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