Files
Yunfei He 162e022b7f refactor: convert coding-agent example from JSX to SFC templates
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-27 14:57:53 +08:00

12 lines
222 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "bundler",
"strict": true,
"noEmit": true,
"types": ["node"]
},
"include": ["src/**/*.ts", "src/**/*.vue"]
}