microsoft/typespec

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
c3d1f00fb574ecd9b765401b0d7fd61e2424fe2a

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