162e022b7f
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
12 lines
222 B
JSON
12 lines
222 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"types": ["node"]
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.vue"]
|
|
}
|