microsoft/typespec

Public

mirrored fromhttps://github.com/microsoft/typespecAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
67ed2f96e061930ffd0b89b56b7316e1cacce89b

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