mirror of
https://github.com/adams549659584/go-proxy-bingai.git
synced 2025-06-03 15:02:30 +08:00
28 lines
427 B
JSON
28 lines
427 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
|
"include": [
|
|
"types/**/*.d.ts",
|
|
"src/**/*",
|
|
"src/**/*.vue",
|
|
],
|
|
"exclude": [
|
|
"src/**/__tests__/*"
|
|
],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": [
|
|
"./src/*"
|
|
]
|
|
},
|
|
"types": [
|
|
"vite-plugin-pwa/client"
|
|
],
|
|
"lib": [
|
|
"ESNext",
|
|
"DOM",
|
|
"WebWorker"
|
|
]
|
|
}
|
|
} |