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