Files
paperclip-stats-plugin/tsconfig.json
T
founding-engineer-bot 40529c5991 feat: initial miq.stats-plugin implementation
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>
2026-06-27 04:00:59 +02:00

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"]
}