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/html-program-viewer/tsconfig.json

17lines · modecode

1{
2 "extends": "../../tsconfig.base.json",
3 "references": [{ "path": "../compiler/tsconfig.json" }],
4 "compilerOptions": {
5 "incremental": false,
6 "composite": false,
7 "module": "NodeNext",
8 "moduleResolution": "NodeNext",
9 "sourceMap": false,
10 "resolveJsonModule": true,
11 "skipLibCheck": true,
12 "verbatimModuleSyntax": true,
13 "jsx": "react-jsx",
14 "lib": ["DOM", "ES2022"],
15 "types": ["vite/client", "@testing-library/jest-dom"]
16 }
17}
18