first
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"_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"]
|
||||
}
|
||||
Reference in New Issue
Block a user