mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-23 17:50:25 +08:00
9 lines
195 B
JSON
9 lines
195 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Web Application",
|
|
"extends": "./web.json",
|
|
"compilerOptions": {
|
|
"types": ["vite/client", "@vben/types/global"]
|
|
}
|
|
}
|