microsoft/typespec

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/fix-diff-highlight-issue

Branches

Tags

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

Clone

HTTPS

Download ZIP

packages/bundler/tsconfig.build.json

8lines · modecode

1{
2 "extends": "./tsconfig.json",
3 "include": ["src/**/*.ts", "test/**/*.ts"],
4 "references": [
5 { "path": "../compiler/tsconfig.build.json" },
6 { "path": "../rest/tsconfig.build.json" }
7 ]
8}
9