microsoft/typespec

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/add-interface-typekit

Branches

Tags

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

Clone

HTTPS

Download ZIP

packages/events/tsconfig.build.json

5lines · modecode

1{
2 "extends": "./tsconfig.json",
3 "include": ["src/**/*.ts", "generated-defs/**/*.ts", "test/**/*.ts"],
4 "references": [{ "path": "../compiler/tsconfig.build.json" }]
5}
6