mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-19 00:32:30 +00:00
refactor configurator for web page cache issue Tracked-On: #7356 Signed-off-by: Weiyi Feng <weiyix.feng@intel.com>
19 lines
323 B
JSON
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"
|
|
}
|
|
} |