- Reset master to upstream/main (16,697 commits) - Overlay 2,271 local-only files (skills, tools, workspace, configs, apps) - Restore IDENTITY.md and USER.md templates - Build verified, gateway running, Discord working Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
15 lines
331 B
JSON
15 lines
331 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
|
"strict": true,
|
|
"experimentalDecorators": true,
|
|
"skipLibCheck": true,
|
|
"types": ["vite/client"],
|
|
"useDefineForClassFields": false
|
|
},
|
|
"include": ["src"]
|
|
}
|