mediago-dev--mediago
38cb884b77
Also fix pre-existing lint errors exposed by staging: - Merge duplicate 'eventsource' imports in eventEmitter.ts - Remove unused catch parameter in eventEmitter.ts - Merge duplicate 'react' imports in app-side-bar.tsx Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
12 行
256 B
JSON
12 行
256 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"composite": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"module": "nodenext",
|
|
"moduleResolution": "nodenext",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|