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