19 lines
441 B
JSON
19 lines
441 B
JSON
{
|
|
"_created_by": "Codex",
|
|
"_created_date": "2026-01-05",
|
|
"_purpose": "TypeScript config for Mesh Agent UI",
|
|
"_refs": "CLAUDE.md",
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"lib": ["ES2020", "DOM", "DOM.Iterable"],
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"strict": true,
|
|
"isolatedModules": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"noEmit": true
|
|
},
|
|
"include": ["src"]
|
|
}
|