2024-05-19 21:20:42 +08:00
|
|
|
{
|
|
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
|
|
"display": "Web Application",
|
|
|
|
"extends": "./web.json",
|
|
|
|
"compilerOptions": {
|
2024-05-21 22:14:25 +08:00
|
|
|
"types": ["vite/client", "@vben/types/global"]
|
2024-05-19 21:20:42 +08:00
|
|
|
}
|
|
|
|
}
|