microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
c5fcf0b3766ea51ef3e9e9317f1d596622255f70

Branches

Tags

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

Clone

HTTPS

Download ZIP

docs/docusaurus/tsconfig.json

13lines · modecode

1{
2 "compilerOptions": {
3 "jsx": "react-jsx",
4 "esModuleInterop": true,
5 "module": "esnext",
6 "moduleResolution": "node",
7 "target": "es2020",
8 "noEmit": true,
9 "skipLibCheck": true,
10 "resolveJsonModule": true
11 },
12 "include": ["src/"]
13}
14