microsoft/typespec

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
6357dc0d0e1fb00a591a2a8aaf243804d727e52b

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