microsoft/typespec

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
e9cd6e6fe2d3a69fbaa46dd2d9e3813aded89c8f

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