511caf1c78
Flattens Prusa's three-document route (INDX guide, Gen 2 upgrade guide, and the combined article) into one linear list of 13 blocks with entry and stop points. Progress is kept in localStorage; no backend. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
18 lines
408 B
JSON
18 lines
408 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"jsx": "react-jsx",
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"noEmit": true,
|
|
"isolatedModules": true,
|
|
"skipLibCheck": true,
|
|
"types": ["vite/client"]
|
|
},
|
|
"include": ["src", "vite.config.ts"]
|
|
}
|