2026-05-24 22:26:21 +08:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"target": "esnext",
|
|
|
|
|
"module": "esnext",
|
|
|
|
|
"moduleResolution": "bundler",
|
|
|
|
|
"strict": true,
|
|
|
|
|
"noEmit": true,
|
|
|
|
|
"types": ["node"]
|
|
|
|
|
},
|
2026-05-27 14:55:12 +08:00
|
|
|
"include": ["src/**/*.ts", "src/**/*.vue"]
|
2026-05-24 22:26:21 +08:00
|
|
|
}
|