Files
marti/tsconfig.web.json
TC dd5fdc1223 Initial scaffold: Marti poetry workbench
Static-analysis-first poetry editor based on Borges architecture.
Three-column layout (sidebar | editor | analysis), AI opt-in and off by default.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-14 21:38:55 +10:00

11 lines
252 B
JSON

{
"extends": "@electron-toolkit/tsconfig/tsconfig.web.json",
"include": ["src/renderer/**/*"],
"compilerOptions": {
"composite": true,
"baseUrl": ".",
"paths": { "@renderer/*": ["src/renderer/*"] },
"types": ["vite/client"]
}
}