mirror of
https://github.com/linshenkx/prompt-optimizer.git
synced 2026-05-07 05:56:49 +08:00
- Move common Vue components from web package to new @prompt-optimizer/ui package - Update import statements in web package to use @prompt-optimizer/ui - Add necessary dependencies for UI package - Simplify component imports and improve code modularity - Update package.json files to include new UI package dependency
10 lines
213 B
JSON
10 lines
213 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
} |