40529c5991
Operating-numbers view plugin (MIQ-1734): per-agent load, in-flight per project, pending-decision age, 7-day throughput, and budget tile. Co-Authored-By: Paperclip <noreply@paperclip.ing>
14 lines
255 B
JSON
14 lines
255 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"lib": ["ES2022", "DOM"],
|
|
"jsx": "react-jsx",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"noEmit": true
|
|
},
|
|
"include": ["src"]
|
|
}
|