Bump Vite 8, matrix-js-sdk, and related deps; fix immer/vanilla-extract imports for new majors. Replace blocking sync error dialog with background recovery on wake/offline, and disable Vite auto-open in dev. Add feature handoff documentation index.
20 lines
424 B
JSON
20 lines
424 B
JSON
{
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"jsx": "react-jsx",
|
|
"target": "ES2020",
|
|
"module": "ES2020",
|
|
"allowJs": true,
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "bundler",
|
|
"resolveJsonModule": true,
|
|
"outDir": "dist",
|
|
"rootDir": "./src",
|
|
"skipLibCheck": true,
|
|
"lib": ["ES2020", "DOM"]
|
|
},
|
|
"exclude": ["node_modules", "dist"],
|
|
"include": ["src"]
|
|
}
|