2026-05-24 20:48:52 +08:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"target": "esnext",
|
|
|
|
|
"module": "esnext",
|
|
|
|
|
"moduleResolution": "bundler",
|
|
|
|
|
"strict": true,
|
|
|
|
|
"noEmit": true,
|
2026-05-24 21:21:08 +08:00
|
|
|
"jsx": "preserve",
|
|
|
|
|
"jsxImportSource": "vue",
|
|
|
|
|
"types": ["node"]
|
2026-05-24 20:48:52 +08:00
|
|
|
},
|
2026-05-24 21:21:08 +08:00
|
|
|
"include": ["src/**/*.ts", "src/**/*.tsx"]
|
2026-05-24 20:48:52 +08:00
|
|
|
}
|