acrn-hypervisor/misc/config_tools/configurator/tsconfig.json
Weiyi Feng 696ba31be8 config_tools: refactor configurator for web page cache issue
refactor configurator for web page cache issue

Tracked-On: #7356
Signed-off-by: Weiyi Feng <weiyix.feng@intel.com>
2022-04-25 18:13:12 +08:00

19 lines
323 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"strict": false,
"moduleResolution": "node",
"resolveJsonModule": true,
"sourceMap": true,
"esModuleInterop": true,
"lib": [
"esnext",
"dom"
],
"types": [
"vite/client"
],
"jsx": "react"
}
}