9 lines
202 B
JSON
9 lines
202 B
JSON
|
{
|
||
|
"$schema": "https://json.schemastore.org/tsconfig",
|
||
|
"display": "Web Application",
|
||
|
"extends": "./web.json",
|
||
|
"compilerOptions": {
|
||
|
"types": ["vite/client", "@vben-core/typings/global"]
|
||
|
}
|
||
|
}
|