microsoft/typespec

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/fix-contribution-md-errors

Branches

Tags

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

Clone

HTTPS

Download ZIP

packages/astro-utils/tsconfig.json

7lines · modecode

1{
2 "extends": "astro/tsconfigs/strict",
3 "compilerOptions": {
4 "jsx": "preserve"
5 },
6 "exclude": ["dist/"]
7}
8