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/eslint-plugin-typespec/tsconfig.build.json

9lines · 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 { "path": "../openapi/tsconfig.build.json" }
8 ]
9}
10