9 lines
194 B
JSON
9 lines
194 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "@vben/tsconfig/web.json",
|
|
"compilerOptions": {
|
|
"types": ["@vben-core/typings/vue-router"]
|
|
},
|
|
"include": ["src"]
|
|
}
|