microsoft/typespec

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
efeedc42a9fb908c64751d97fea2ae3d7dfeb4ee

Branches

Tags

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

Clone

HTTPS

Download ZIP

eng/tsconfig.json

7lines · modecode

1{
2 "extends": "../tsconfig.base.json",
3 "compilerOptions": {
4 "noEmit": true
5 },
6 "include": ["**/*"]
7}
8