mirror of
https://github.com/linshenkx/prompt-optimizer.git
synced 2026-06-08 10:03:30 +08:00
- remove redundant direct dependencies that are no longer used - restore UI library type build outputs after the dependency cleanup - keep Tailwind/PostCSS-related package config aligned with actual usage
14 lines
293 B
JSON
14 lines
293 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"declarationMap": false,
|
|
"composite": false,
|
|
"rootDir": ".",
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"]
|
|
}
|